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