hydra/src/main/knexfile.ts
2024-08-30 14:13:10 -03:00

10 lines
155 B
TypeScript

const config = {
development: {
migrations: {
extension: "ts",
stub: "migrations/migration.stub",
},
},
};
export default config;