mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
[web] Add ability to access the server externally
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vite --port 3000",
|
"serve": "vite --port 3000 --host",
|
||||||
"build": "vite build --base='./'",
|
"build": "vite build --base='./'",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
Reference in New Issue
Block a user