Set up conductor.json with setup and run scripts for Autumn project. The setup script handles dependency installation, .env file copying, database migrations, and shared workspace building. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
100 B
JSON
6 lines
100 B
JSON
{
|
|
"scripts": {
|
|
"setup": "./conductor-setup.sh",
|
|
"run": "bun run dev:bun"
|
|
}
|
|
} |