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:
parent
f1c15dfa2c
commit
73e1c1930f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user