completionId: cgen-d8a68b9f3311415881722270f4b5faff
cgen-d8a68b9f3311415881722270f4b5faff
This commit is contained in:
parent
09a2f18e61
commit
252e0ac577
1 changed files with 3 additions and 1 deletions
|
|
@ -12,9 +12,11 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "npm run build:api && npm run build:client",
|
||||
"build": "npm run build:api && npm run build:client && npm run build:server",
|
||||
"build:client": "vite build",
|
||||
"build:api": "node build-api.js",
|
||||
"build:server": "vite build --config vite.config.server.ts",
|
||||
"start": "node dist/server/production.mjs",
|
||||
"test": "vitest --run",
|
||||
"format.fix": "prettier --write .",
|
||||
"typecheck": "tsc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue