- this adds a new demo web app with vite HMR for development - all examples are covered with e2e tests
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "demo",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["-F", "demo", "dev", "--port", "5199", "--strictPort"],
|
|
"port": 5199
|
|
}
|
|
]
|
|
}
|