Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 2299dc1

Browse files
committed
start-dev launch option (nodemon, node-ts)
1 parent 1409fd7 commit 2299dc1

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

package-lock.json

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"author": "Bowden Kelly",
1010
"license": "MIT",
1111
"scripts": {
12+
"start-dev": "dotenv -- nodemon -e ts -x ts-node --files src/server.ts",
1213
"start": "npm run serve",
1314
"build": "npm run build-sass && npm run build-ts && npm run lint && npm run copy-static-assets",
1415
"serve": "node dist/server.js",
@@ -88,6 +89,7 @@
8889
"@typescript-eslint/parser": "^2.3.1",
8990
"chai": "^4.2.0",
9091
"concurrently": "^4.1.2",
92+
"dotenv-cli": "^2.0.1",
9193
"eslint": "^6.4.0",
9294
"jest": "^24.9.0",
9395
"node-sass": "^4.12.0",
@@ -98,4 +100,4 @@
98100
"ts-node": "^8.4.1",
99101
"typescript": "^3.6.3"
100102
}
101-
}
103+
}

0 commit comments

Comments
 (0)