summaryrefslogtreecommitdiffhomepage
path: root/cloud/resource/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-30 00:58:22 -0400
committerDax Raad <[email protected]>2025-08-30 00:58:22 -0400
commitf821b555140cc41f68c7c034bb82ae0cb07d7321 (patch)
tree1f7f5b7d6534f02809bdded6ab311603930cfa0e /cloud/resource/package.json
parent37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e (diff)
downloadopencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.tar.gz
opencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.zip
ignore: cloud resource
Diffstat (limited to 'cloud/resource/package.json')
-rw-r--r--cloud/resource/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/cloud/resource/package.json b/cloud/resource/package.json
new file mode 100644
index 000000000..fd9fa6f34
--- /dev/null
+++ b/cloud/resource/package.json
@@ -0,0 +1,15 @@
+{
+ "$schema": "https://json.schemastore.org/package.json",
+ "name": "@opencode/cloud-resource",
+ "dependencies": {
+ "@cloudflare/workers-types": "^4.20250830.0"
+ },
+ "exports": {
+ ".": {
+ "production": {
+ "import": "./resource.cloudflare.ts"
+ },
+ "import": "./resource.node.ts"
+ }
+ }
+}