ed87341c4f
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.