split the project in 2
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0 --port 3001",
|
||||
"dev:frontend": "vite --host 0.0.0.0 --port 3001",
|
||||
"dev:backend": "cargo run --manifest-path backend/Cargo.toml",
|
||||
"build": "vite build",
|
||||
"build:frontend": "vite build",
|
||||
"build:backend": "cargo build --manifest-path backend/Cargo.toml --release",
|
||||
"serve": "node server.cjs",
|
||||
"webhook": "node webhook.cjs",
|
||||
"preview": "vite preview --host 0.0.0.0 --port 3001",
|
||||
|
||||
Reference in New Issue
Block a user