Skip to content

Commit

Permalink
style: Update development start script to exclude unnecessary files d…
Browse files Browse the repository at this point in the history
…uring watch
  • Loading branch information
wajeht committed Nov 24, 2024
1 parent 70a5b44 commit 2bd132d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"prepare": "husky",
"start": "export APP_ENV=production && node --no-warnings ./dist/src/server.js",
"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 ",
"build:server": "tsc",
"build": "npm run build:server",
"update:deps": "npx npm-check -u",
Expand Down

0 comments on commit 2bd132d

Please sign in to comment.