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:
|
2023-06-23 12:36:29 +02:00
|
|
|
- name: Run development server
|
2023-04-18 15:10:33 +02:00
|
|
|
init: pnpm install
|
2023-06-23 12:36:29 +02:00
|
|
|
command: pnpm dev
|
2023-04-18 15:10:33 +02:00
|
|
|
|
|
|
|
ports:
|
|
|
|
- port: 1313
|
|
|
|
onOpen: open-preview
|