Add conductor.json (#65)

This commit is contained in:
Charlie Holtz 2025-09-19 16:57:55 -07:00 committed by GitHub
parent 1174275b5b
commit cd940d5ffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
}
}