I see this error with the app, reported by NextJS, please fix it. The er
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import Database from 'better-sqlite3';
|
||||
const db = new Database('local.db');
|
||||
|
||||
function seed() {
|
||||
console.log('Seeding database...');
|
||||
console.log('Seeding database with settings and email templates...');
|
||||
|
||||
// Create settings table if it doesn't exist
|
||||
db.exec(`
|
||||
|
||||
Reference in New Issue
Block a user