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 70a5b44 commit 2bd132dCopy full SHA for 2bd132d
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"prepare": "husky",
8
"start": "export APP_ENV=production && node --no-warnings ./dist/src/server.js",
9
- "dev": "export APP_ENV=development && npm run db:prepare:dev && tsx watch --no-warnings --clear-screen=false ./src/server.ts",
+ "dev": "export APP_ENV=development && npm run db:prepare:dev && tsx watch --no-warnings --clear-screen=false --exclude './src/views/*/*' ./src/server.ts ",
10
"build:server": "tsc",
11
"build": "npm run build:server",
12
"update:deps": "npx npm-check -u",
0 commit comments