diff --git a/dev.yml b/dev.yml index 683d1a47f..885982050 100644 --- a/dev.yml +++ b/dev.yml @@ -17,7 +17,7 @@ services: - "./po:/po" networks: - internal - command: "yarn dev" + command: "yarn dev --base /front/" postgres: env_file: diff --git a/front/package.json b/front/package.json index d15f60025..4ccf13314 100644 --- a/front/package.json +++ b/front/package.json @@ -5,7 +5,7 @@ "description": "Funkwhale front-end", "author": "Funkwhale Collective ", "scripts": { - "dev": "vite --host --base /front/", + "dev": "vite --host", "build": "vite build", "build:deployment": "vite build --base /front/", "serve": "vite preview",