Change Rollup port to 1000
This commit is contained in:
Vendored
+2
-2
@@ -5,10 +5,10 @@
|
||||
"type": "pwa-chrome",
|
||||
"request": "launch",
|
||||
"name": "Launch Chrome against Home Assistant",
|
||||
"url": "http://localhost:48123",
|
||||
"url": "http://localhost:8123",
|
||||
"webRoot": "${workspaceFolder}/dist",
|
||||
"preLaunchTask": "Rollup",
|
||||
"resolveSourceMapLocations": ["http://localhost:41000/**"]
|
||||
"resolveSourceMapLocations": ["http://localhost:1000/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user