add script for single-run no watch to package.json

This commit is contained in:
Dank074 2021-08-03 02:29:11 -05:00
parent 759bc72ceb
commit 245c2683d6

View File

@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-transpile-only src/Main.ts",
"start:dev": "ts-node-dev --respawn --transpile-only src/Main.ts"
},
"author": "",