feat: add initial conductor.json with setup and run scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"scripts": {
|
||||||
|
"setup": "cp ../settings.local.json .claude/settings.local.json && npm install",
|
||||||
|
"run": "npm run build"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user