diff --git a/conductor.json b/conductor.json new file mode 100644 index 00000000..697df403 --- /dev/null +++ b/conductor.json @@ -0,0 +1,6 @@ +{ + "scripts": { + "setup": "cp ../settings.local.json .claude/settings.local.json && npm install", + "run": "npm run build" + } +} \ No newline at end of file