Skip to content

Commit 95bddac

Browse files
dantheliclaude
andcommitted
Add Conductor run script
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d40d7f commit 95bddac

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.conductor/settings.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"$schema" = "https://conductor.build/schemas/settings.repo.schema.json"
2+
3+
file_include_globs = [".env.local"]
4+
5+
[scripts]
6+
setup = "pnpm install"
7+
run_mode = "nonconcurrent"
8+
9+
[scripts.run.dev]
10+
available_in = ["local"]
11+
command = "concurrently -k \"firebase emulators:start --import=.emulator-data --export-on-exit\" \"next dev --port $CONDUCTOR_PORT\""
12+
default = true
13+
icon = "play"

0 commit comments

Comments
 (0)