Files
vscode/test/componentFixtures/component-explorer.json
T
Henning Dieterichs f6a4e0843f updates rspack
* reduces memory usage
* loads fixtures from source instead of out
2026-07-03 17:48:37 +02:00

28 lines
506 B
JSON

{
"$schema": "../../node_modules/@vscode/component-explorer-cli/dist/component-explorer-config.schema.json",
"screenshotDir": ".screenshots",
"sessions": [
{
"name": "current"
}
],
"worktree": {
"maxSlots": 1,
"setup": {
"command": "echo 'test'"
}
},
"redirection": {
"port": 5337
},
"server": {
"type": "http",
"cmd": "npm run serve-out-rspack",
"cwd": "../../",
"wait": {
"stdout": "http://localhost:(?<port>\\d+)/"
},
"url": "http://localhost:${var:port}"
}
}