updated .\dockerfile[deploy]
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 1m53s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 1m53s
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"schema": "src/database/schema.prisma"
|
"schema": "src/database/schema.prisma"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "ts-node --transpile-only src/index.ts",
|
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start": "node dist/index.js"
|
"start": "node dist/index.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user