kinaiok commited on
Commit ·
ed61fea
1
Parent(s): 78ed4da
fix: add better-sqlite3 to api-server dependencies for ES module resolution
Browse files
artifacts/api-server/package.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
"@workspace/api-zod": "workspace:*",
|
| 18 |
"@workspace/db": "workspace:*",
|
| 19 |
"bcryptjs": "^3.0.3",
|
|
|
|
| 20 |
"cookie-parser": "^1.4.7",
|
| 21 |
"cors": "^2",
|
| 22 |
"crypto": "^1.0.1",
|
|
|
|
| 17 |
"@workspace/api-zod": "workspace:*",
|
| 18 |
"@workspace/db": "workspace:*",
|
| 19 |
"bcryptjs": "^3.0.3",
|
| 20 |
+
"better-sqlite3": "^11.0",
|
| 21 |
"cookie-parser": "^1.4.7",
|
| 22 |
"cors": "^2",
|
| 23 |
"crypto": "^1.0.1",
|