summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-08-08 18:39:47 -0400
committerFrank <[email protected]>2025-08-08 18:39:47 -0400
commitc9a3b35ac23ccb105a8f0a4feb79d5bdfbe9ad46 (patch)
tree2f32ba6fe1aa4be82a2d511a9e87f8e38521c3c9
parent0dde6d0840b47a216e7324acc1499ec8c70a14e8 (diff)
downloadopencode-c9a3b35ac23ccb105a8f0a4feb79d5bdfbe9ad46.tar.gz
opencode-c9a3b35ac23ccb105a8f0a4feb79d5bdfbe9ad46.zip
fix deploy
-rw-r--r--bun.lock3
-rw-r--r--cloud/core/package.json1
2 files changed, 4 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 996a788a3..c4db3c6c3 100644
--- a/bun.lock
+++ b/bun.lock
@@ -17,6 +17,7 @@
"dependencies": {
"@aws-sdk/client-sts": "3.782.0",
"drizzle-orm": "0.41.0",
+ "postgres": "3.4.7",
"stripe": "18.0.0",
"ulid": "3.0.0",
},
@@ -2206,6 +2207,8 @@
"postcss-selector-parser": ["[email protected]", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg=="],
+ "postgres": ["[email protected]", "", {}, "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw=="],
+
"postgres-array": ["[email protected]", "", {}, "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA=="],
"postgres-bytea": ["[email protected]", "", {}, "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w=="],
diff --git a/cloud/core/package.json b/cloud/core/package.json
index eeebf4392..9fc71f056 100644
--- a/cloud/core/package.json
+++ b/cloud/core/package.json
@@ -7,6 +7,7 @@
"dependencies": {
"@aws-sdk/client-sts": "3.782.0",
"drizzle-orm": "0.41.0",
+ "postgres": "3.4.7",
"stripe": "18.0.0",
"ulid": "3.0.0"
},