Skip to content
Snippets Groups Projects
Commit 72e23540 authored by Grant's avatar Grant
Browse files

enable source maps in npm run

parent 97510b62
Branches
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment