[web] Add ability to access the server externally

This commit is contained in:
Alain Nussbaumer 2024-12-31 10:41:18 +01:00
parent e891b5d24c
commit 7c8b787afb

View File

@ -3,7 +3,7 @@
"version": "2.0.1",
"type": "module",
"scripts": {
"serve": "vite --port 3000",
"serve": "vite --port 3000 --host",
"build": "vite build --base='./'",
"lint": "eslint",
"dev": "vite",