Files
cfw-autumn/conductor.json
amianthus 1d426df4b4 Use explicit zsh command for conductor-setup.sh
Prevents permission denied errors by explicitly invoking zsh
instead of relying on execute permissions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-30 14:10:49 +01:00

6 lines
102 B
JSON

{
"scripts": {
"setup": "zsh conductor-setup.sh",
"run": "bun run dev:bun"
}
}