Change Rollup port to 1000

This commit is contained in:
Felipe Santos
2022-07-06 03:39:27 +00:00
parent 6917dd98b3
commit cbb25cd334
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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/**"]
}
]
}