I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:58:58 +00:00
parent a3b9a538ef
commit 76759ce374
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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(`