diff options
| author | Dax Raad <[email protected]> | 2025-08-30 00:58:22 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-30 00:58:22 -0400 |
| commit | f821b555140cc41f68c7c034bb82ae0cb07d7321 (patch) | |
| tree | 1f7f5b7d6534f02809bdded6ab311603930cfa0e /cloud/resource/package.json | |
| parent | 37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e (diff) | |
| download | opencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.tar.gz opencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.zip | |
ignore: cloud resource
Diffstat (limited to 'cloud/resource/package.json')
| -rw-r--r-- | cloud/resource/package.json | 15 |
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" + } + } +} |
