Compare commits

..

2 Commits

Author SHA1 Message Date
Matthew Gennings c268a950e5
Merge cb86fbd47d into cd940d5ffb 2025-09-22 07:54:14 -04:00
Charlie Holtz cd940d5ffb
Add conductor.json (#65) 2025-09-19 16:57:55 -07:00
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"
}
}