wcb/.claude/launch.json
Ayo ce30b114a2 chore: new demo workspace & e2e tests
- this adds a new demo web app with vite HMR for development
- all examples are covered with e2e tests
2026-07-05 15:40:53 +02:00

11 lines
218 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "demo",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["-F", "demo", "dev", "--port", "5199", "--strictPort"],
"port": 5199
}
]
}