Init
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "bloop",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "concurrently \"cargo watch -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"",
|
||||
"build": "npm run frontend:build && cargo build --release --manifest-path backend/Cargo.toml",
|
||||
"frontend:dev": "cd frontend && npm run dev",
|
||||
"frontend:build": "cd frontend && npm run build",
|
||||
"backend:dev": "cargo watch -x 'run --manifest-path backend/Cargo.toml'",
|
||||
"backend:build": "cargo build --release --manifest-path backend/Cargo.toml",
|
||||
"backend:run": "cargo run --manifest-path backend/Cargo.toml"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^8.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18",
|
||||
"pnpm": ">=8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user