Web: run dev server on /app/ base URL

Flamenco Manager serves the webapp on `/app/…`, and now the development
server uses the same base URL.
This commit is contained in:
Sybren A. Stüvel 2022-06-30 18:31:53 +02:00
parent f1c15dfa2c
commit 73e1c1930f

View File

@ -12,7 +12,7 @@
}
],
"scripts": {
"dev": "vite --port 8081",
"dev": "vite --port 8081 --base /app/",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"