tomfoolery works when serving with node but not with cloudflare, look into hosting the db with turso

This commit is contained in:
2026-02-09 17:22:43 -08:00
parent 6d0e76288c
commit 4be1c19481
3 changed files with 10 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
"@types/node": "^25.2.0",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"dotenv": "^17.2.4",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"lefthook": "^2.1.0",
@@ -51,7 +52,6 @@
"runed@0.37.1": "patches/runed@0.37.1.patch"
},
"dependencies": {
"@libsql/client": "^0.17.0",
"dotenv": "^17.2.4"
"@libsql/client": "^0.17.0"
}
}