portails/.gitpod.yml

13 lines
264 B
YAML
Raw Normal View History

2023-04-18 15:10:33 +02:00
# Source:
# - https://github.com/gitpod-io/template-hugo
# - https://www.gitpod.io/docs/configure/workspaces/tasks#one-line-tasks
tasks:
- name: Run development server
2023-04-18 15:10:33 +02:00
init: pnpm install
command: pnpm dev
2023-04-18 15:10:33 +02:00
ports:
- port: 1313
onOpen: open-preview