Compare commits

...

2 commits

Author SHA1 Message Date
lila
d67263e44a updating file path
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m11s
2026-04-23 09:33:11 +02:00
lila
2328ad445d updating pnpm 2026-04-23 09:32:27 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"packageManager": "pnpm@10.33.0",
"packageManager": "pnpm@10.33.1",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tanstack/eslint-plugin-router": "^1.161.6",

View file

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