mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactor
This commit is contained in:
parent
89399a6da4
commit
567d9f540d
11 changed files with 262 additions and 237 deletions
10
src/main/knexfile.ts
Normal file
10
src/main/knexfile.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
const config = {
|
||||
development: {
|
||||
migrations: {
|
||||
extension: "ts",
|
||||
stub: "migrations/migration.stub",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue