Compare commits
No commits in common. "d67263e44a9aea2585ea8cef424c46afc137f039" and "1a50f73c74a1f6358f1c7b0aece8f281ab6719b6" have entirely different histories.
d67263e44a
...
1a50f73c74
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check ."
|
||||
},
|
||||
"packageManager": "pnpm@10.33.1",
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@tanstack/eslint-plugin-router": "^1.161.6",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ console.log("starting database migrations...");
|
|||
await migrate(db, {
|
||||
migrationsFolder: resolve(
|
||||
dirname(fileURLToPath(import.meta.url)),
|
||||
"../../drizzle",
|
||||
"../drizzle",
|
||||
),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue