feat: refactor

This commit is contained in:
Zamitto 2024-08-30 14:06:53 -03:00
parent 89399a6da4
commit 567d9f540d
11 changed files with 262 additions and 237 deletions

10
src/main/knexfile.ts Normal file
View file

@ -0,0 +1,10 @@
const config = {
development: {
migrations: {
extension: "ts",
stub: "migrations/migration.stub",
},
},
};
export default config;