c540dae4e7
Add conductor setup and run scripts that install dependencies and start the dev server with a dynamically allocated port. Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
6 lines
108 B
JSON
6 lines
108 B
JSON
{
|
|
"scripts": {
|
|
"setup": "yarn install",
|
|
"run": "yarn web --port $CONDUCTOR_PORT"
|
|
}
|
|
} |