We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19edea5 + 8422bc5 commit 682ef08Copy full SHA for 682ef08
api/package.json
@@ -14,7 +14,6 @@
14
"dev": "ts-node app.ts --watch",
15
"build": "rm -rf dist && tsc",
16
"clean": "rm -rf dist",
17
- "build:prod": "npm run clean && tsc",
18
"watch": "tsc -w",
19
"lint": "eslint .",
20
"format": "prettier --write ."
web/vite.config.ts
@@ -8,4 +8,7 @@ export default defineConfig({
8
server: {
9
port: 5050,
10
},
11
+ build: {
12
+ outDir: "dist",
13
+ },
});
0 commit comments