Skip to content

Commit ae1a5f9

Browse files
authored
Merge pull request #393 from coollabsio/andrasbacsai/bun-dev-setup
feat: add conductor.json for dev workflow
2 parents 9f786d4 + 86ce6d8 commit ae1a5f9

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)