[web] Fix Vite warning

This commit is contained in:
Alain Nussbaumer 2023-11-28 18:11:57 +01:00
parent a0c02ce022
commit b783c39164

View File

@ -1,6 +1,7 @@
{
"name": "owntone-web",
"version": "2.0.1",
"type": "module",
"scripts": {
"serve": "vite --port 3000",
"build": "vite build --base='./'",