mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
chore: create user, collection and link models, migrations and seeders
This commit is contained in:
@@ -17,6 +17,9 @@ const dbConfig = defineConfig({
|
||||
naturalSort: true,
|
||||
paths: ['database/migrations'],
|
||||
},
|
||||
seeders: {
|
||||
paths: ['./database/seeders/main'],
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user