Add conductor.json

This commit is contained in:
Charlie Holtz 2025-09-19 16:57:42 -07:00
parent 1174275b5b
commit 6d5109b809
1 changed files with 6 additions and 0 deletions

6
conductor.json Normal file
View File

@ -0,0 +1,6 @@
{
"scripts": {
"setup": "echo \"hello\"\n",
"run": "echo \"hello\"\n"
}
}