Skip to content

Commit 3ce56b9

Browse files
committed
chore(cms): add libsql dependencies because of vercel error
1 parent f8aeef6 commit 3ce56b9

File tree

2 files changed

+239
-291
lines changed

2 files changed

+239
-291
lines changed

cms/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@asteasolutions/zod-to-openapi": "^7.0.0",
27+
"@libsql/client": "^0.15.11",
2728
"@payloadcms/db-sqlite": "^3.50.0",
2829
"@payloadcms/db-vercel-postgres": "^3.50.0",
2930
"@payloadcms/next": "^3.50.0",
@@ -38,6 +39,7 @@
3839
"cross-env": "^10.0.0",
3940
"dotenv": "^17.2.1",
4041
"graphql": "^16.8.1",
42+
"libsql": "^0.5.17",
4143
"next": "^15.4.6",
4244
"payload": "^3.50.0",
4345
"react": "^19.1.1",

0 commit comments

Comments
 (0)