Skip to content

Commit 86ce6d8

Browse files
andrasbacsaiclaude
andcommitted
feat: add conductor.json for dev workflow
Add Conductor configuration file to streamline development setup. This enables running `bun install && bun run dev` directly from Conductor's run button. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9f786d4 commit 86ce6d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conductor.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"scripts": {
3+
"run": "bun install && bun run dev"
4+
},
5+
"runScriptMode": "nonconcurrent"
6+
}

0 commit comments

Comments
 (0)