🔨 Rename dev script to start:dev
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"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": {
|
||||
"@twurple/api": "^5.0.13",
|
||||
|
Reference in New Issue
Block a user