mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
10 lines
155 B
TypeScript
10 lines
155 B
TypeScript
const config = {
|
|
development: {
|
|
migrations: {
|
|
extension: "ts",
|
|
stub: "migrations/migration.stub",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default config;
|