Files
website/src/hooks.server.ts

5 lines
123 B
TypeScript

import { sequelize } from '$lib/server/database';
// make sure that the database and tables exist
await sequelize.sync();