3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Don't run migrations on start (must be run explicitly)

This commit is contained in:
Dragory 2019-05-25 21:23:09 +03:00
parent 0f1ee84c46
commit 1aa549e391
4 changed files with 3 additions and 4 deletions

5
nodemon-bot.json Normal file
View file

@ -0,0 +1,5 @@
{
"watch": "src",
"ext": "ts",
"exec": "ts-node ./src/index.ts"
}