feat(docs): Run documentation dev server in Gitpod

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2348>
This commit is contained in:
Georg Krause 2023-11-01 20:22:48 +00:00 committed by Marge
parent 163e9310fc
commit a752a83ac0
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,11 @@ tasks:
yarn install
command: yarn dev --host 0.0.0.0 --base ./
- name: Documentation
before: cd docs
init: make install
command: make dev
- name: Welcome to Funkwhale development!
env:
COMPOSE_FILE: /workspace/funkwhale/.gitpod/docker-compose.yml
@ -91,6 +96,10 @@ ports:
visibility: private
onOpen: ignore
- port: 8001
visibility: public
onOpen: notify
vscode:
extensions:
- Vue.volar