fix(conductor): update run script command to 'spin up'

This commit is contained in:
Andras Bacsai 2025-10-10 17:28:37 +02:00
parent 655e5a011a
commit 606b3b56b1

View file

@ -1,7 +1,7 @@
{
"scripts": {
"setup": "./scripts/conductor-setup.sh",
"run": "echo Running..."
"run": "spin up"
},
"runScriptMode": "nonconcurrent"
}