mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
modifying setup for typeORM
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
"start": "node src/bot.js",
|
||||
"start-db": "ts-node database/index.ts",
|
||||
"build-db": "tsc",
|
||||
"dev-db": "ts-node --watch database/index.ts"
|
||||
"generate-db": "typeorm migration:generate -d database/build/data-source.js -o",
|
||||
"run-migration": "typeorm-ts-node-commonjs migration:run -d database/data-source.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user