Files
shopify-ai-backup/opencode/packages/opencode
southseact-3d 17568c405d Fix ReferenceError: Use process.env instead of env before initialization
The debug logging added in commit dacde39 tried to access 'env' variable
before it was initialized at line 946. Changed to use process.env which
is always available.
2026-02-16 18:37:47 +00:00
..

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.