This commit is contained in:
2025-02-18 17:25:08 +08:00
parent 0144f94edd
commit d9fe68d3fe
4 changed files with 114 additions and 20 deletions

View File

@@ -18,7 +18,8 @@
"pub": "npm run build && npm run deploy && npm run reload",
"deploy:nova": "rsync -avz --delete ./dist/ --exclude='app.config.json5' nova:~/apps/codeflow/backend",
"apps:build": "rollup -c rollup.apps.config.mjs",
"apps:watch": "rollup -c rollup.apps.config.mjs -w"
"apps:watch": "rollup -c rollup.apps.config.mjs -w",
"start": "pm2 start dist/app.mjs --name codeflow"
},
"keywords": [],
"types": "types/index.d.ts",