Add Conductor workspace setup

This commit is contained in:
Andrey Avtomonov 2026-05-11 10:03:49 +02:00
parent 0d35cf8128
commit 72c0e2d1de
2 changed files with 28 additions and 0 deletions

5
conductor.json Normal file
View file

@ -0,0 +1,5 @@
{
"scripts": {
"setup": "sh scripts/setup-conductor-workspace.sh"
}
}