0.9.0-1 Version Check

This commit is contained in:
2026-03-14 08:07:49 +00:00
parent 466e7a7a3d
commit ba91f83722
11 changed files with 205 additions and 12 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "ripster",
"private": true,
"version": "1.0.0",
"version": "0.9.0-1",
"scripts": {
"dev": "concurrently \"npm run dev --prefix backend\" \"npm run dev --prefix frontend\"",
"dev:backend": "npm run dev --prefix backend",
"dev:frontend": "npm run dev --prefix frontend",
"start": "npm run start --prefix backend",
"build:frontend": "npm run build --prefix frontend"
"build:frontend": "npm run build --prefix frontend",
"release:interactive": "bash ./scripts/release.sh"
},
"devDependencies": {
"concurrently": "^9.1.2"