ded9b507d6
- Remove new URL() construction with window.location.origin - Use simple relative path like camera-search API - Fixes stream discovery in HA Ingress environment - Maintains compatibility with direct Docker installations - Version bump to 1.0.3
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "webui",
|
|
"version": "1.0.3",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint web/js/**/*.js",
|
|
"lint:fix": "eslint web/js/**/*.js --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": "^8.57.1"
|
|
}
|
|
}
|