mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
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
|