updating file path
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m11s

This commit is contained in:
lila 2026-04-23 09:33:11 +02:00
parent 2328ad445d
commit d67263e44a

View file

@ -17,7 +17,7 @@ console.log("starting database migrations...");
await migrate(db, { await migrate(db, {
migrationsFolder: resolve( migrationsFolder: resolve(
dirname(fileURLToPath(import.meta.url)), dirname(fileURLToPath(import.meta.url)),
"../drizzle", "../../drizzle",
), ),
}); });