We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cefcf commit 1cdd0bbCopy full SHA for 1cdd0bb
api/package.json
@@ -20,7 +20,7 @@
20
"// Build and Deploy": "",
21
"build": "vite build --mode=production",
22
"postbuild": "chmod +x dist/main.js && chmod +x dist/cli.js",
23
- "build:watch": "vite build --mode=production --watch",
+ "build:watch": "nodemon --watch src --ext ts,js,json --exec 'tsx ./scripts/build.ts'",
24
"build:docker": "./scripts/dc.sh run --rm builder",
25
"build:release": "tsx ./scripts/build.ts",
26
"preunraid:deploy": "pnpm build",
0 commit comments