Bump to high ports
This commit is contained in:
@@ -24,5 +24,5 @@ demo:
|
|||||||
lovelace:
|
lovelace:
|
||||||
mode: yaml
|
mode: yaml
|
||||||
resources:
|
resources:
|
||||||
- url: http://localhost:5001/frigate-hass-card.js
|
- url: http://localhost:41000/frigate-hass-card.js
|
||||||
type: module
|
type: module
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"workspaceFolder": "/workspace",
|
"workspaceFolder": "/workspace",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"5001": {
|
"41000": {
|
||||||
"label": "Rollup",
|
"label": "Rollup",
|
||||||
"onAutoForward": "silent"
|
"onAutoForward": "silent"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
image: mcr.microsoft.com/vscode/devcontainers/javascript-node:0-16
|
image: mcr.microsoft.com/vscode/devcontainers/javascript-node:0-16
|
||||||
ports:
|
ports:
|
||||||
# Rollup
|
# Rollup
|
||||||
- 5001:5001
|
- 41000:41000
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
command: [sleep, infinity]
|
command: [sleep, infinity]
|
||||||
|
|||||||
Submodule .devcontainer/frigate-hass-integration updated: 051381644b...fdc2bbf573
Vendored
+2
-2
@@ -5,10 +5,10 @@
|
|||||||
"type": "pwa-chrome",
|
"type": "pwa-chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch Chrome against Home Assistant",
|
"name": "Launch Chrome against Home Assistant",
|
||||||
"url": "http://localhost:8123",
|
"url": "http://localhost:48123",
|
||||||
"webRoot": "${workspaceFolder}/dist",
|
"webRoot": "${workspaceFolder}/dist",
|
||||||
"preLaunchTask": "Rollup",
|
"preLaunchTask": "Rollup",
|
||||||
"resolveSourceMapLocations": ["http://localhost:5001/**"]
|
"resolveSourceMapLocations": ["http://localhost:41000/**"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ const dev = watch || process.env.DEV === 'true' || process.env.DEV === '1';
|
|||||||
const serveopts = {
|
const serveopts = {
|
||||||
contentBase: ['./dist'],
|
contentBase: ['./dist'],
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
port: 5001,
|
port: 41000,
|
||||||
allowCrossOrigin: true,
|
allowCrossOrigin: true,
|
||||||
headers: {
|
headers: {
|
||||||
'Access-Control-Allow-Origin': '*',
|
'Access-Control-Allow-Origin': '*',
|
||||||
|
|||||||
Reference in New Issue
Block a user