mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Updates component explorer & adopts rspack for fixture serving (#306484)
This commit is contained in:
committed by
GitHub
parent
eac55d867e
commit
b533ee4b6e
@@ -15,12 +15,13 @@
|
||||
"redirection": {
|
||||
"port": 5337
|
||||
},
|
||||
"viteConfig": "../../build/vite/vite.config.ts",
|
||||
"vite": {
|
||||
"hmr": {
|
||||
"allowedPaths": [
|
||||
"*.css"
|
||||
]
|
||||
}
|
||||
"server": {
|
||||
"type": "http",
|
||||
"cmd": "npm run serve-out-rspack",
|
||||
"cwd": "../../",
|
||||
"wait": {
|
||||
"stderr": "Loopback: http://localhost:(?<port>\\d+)/,"
|
||||
},
|
||||
"url": "http://localhost:${var:port}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user