mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
Use fs.existsSync() instead of Bun.file().exists() since we're checking for a directory, not a file.
Use fs.existsSync() instead of Bun.file().exists() since we're checking for a directory, not a file.