🔨 Rename dev script to start:dev
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cross-env NODE_ENV=production ts-node -r dotenv/config index.ts",
|
"start": "cross-env NODE_ENV=production ts-node -r dotenv/config index.ts",
|
||||||
"dev": "cross-env NODE_ENV=development nodemon -r dotenv/config index.ts"
|
"start:dev": "cross-env NODE_ENV=development nodemon -r dotenv/config index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@twurple/api": "^5.0.13",
|
"@twurple/api": "^5.0.13",
|
||||||
|
Reference in New Issue
Block a user