Move vites base argument to docker setup to make local development work again outside of docker
This commit is contained in:
parent
661afa676f
commit
562568b328
2
dev.yml
2
dev.yml
|
@ -17,7 +17,7 @@ services:
|
|||
- "./po:/po"
|
||||
networks:
|
||||
- internal
|
||||
command: "yarn dev"
|
||||
command: "yarn dev --base /front/"
|
||||
|
||||
postgres:
|
||||
env_file:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "Funkwhale front-end",
|
||||
"author": "Funkwhale Collective <contact@funkwhale.audio>",
|
||||
"scripts": {
|
||||
"dev": "vite --host --base /front/",
|
||||
"dev": "vite --host",
|
||||
"build": "vite build",
|
||||
"build:deployment": "vite build --base /front/",
|
||||
"serve": "vite preview",
|
||||
|
|
Loading…
Reference in New Issue