add frontend and swap whole stack to sveltekit/nodejs
This commit is contained in:
4
src/hooks.server.ts
Normal file
4
src/hooks.server.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { sequelize } from '$lib/server/database';
|
||||
|
||||
// make sure that the database and tables exist
|
||||
await sequelize.sync();
|
||||
Reference in New Issue
Block a user