enable source maps in npm run

This commit is contained in:
Grant 2024-03-15 17:46:35 -06:00
parent 97510b62b8
commit 72e235406c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"dev": "DOTENV_CONFIG_PATH=.env.local nodemon -r dotenv/config src/index.ts",
"start": "node dist/index.js",
"start": "node --enable-source-maps dist/index.js",
"build": "tsc",
"lint": "eslint .",
"prisma:studio": "prisma studio",