Skip to content

Commit 11c3378

Browse files
spriceclaude
andcommitted
🔧(conductor): Add workspace configuration for Conductor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52e63ef commit 11c3378

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conductor.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"scripts": {
3+
"setup": "ln -sf \"$CONDUCTOR_ROOT_PATH/.env.local\" .env.local && pnpm install",
4+
"run": "pnpm dev --port $CONDUCTOR_PORT",
5+
"archive": ""
6+
},
7+
"runScriptMode": "nonconcurrent"
8+
}

0 commit comments

Comments
 (0)