mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
9ea9f36e03
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
277 B
YAML
16 lines
277 B
YAML
panes:
|
|
# Pane 1: Install dependencies, then start dev server
|
|
- command: npm install && npm run generate-backend-client && npm run dev
|
|
|
|
# Pane 2: AI agent
|
|
- command: <agent>
|
|
split: horizontal
|
|
focus: true
|
|
|
|
files:
|
|
copy:
|
|
- .env
|
|
|
|
symlink:
|
|
- node_modules
|