Skip to content
Snippets Groups Projects
Select Git revision
  • a37c0bb42e63bf2d87ff44cff42870de37df565a
  • master default protected
  • update_hugo_version
3 results

.gitpod.yml

Blame
  • Forked from tetras-libre / Tetras Page Doks
    Source project has a limited visibility.
    .gitpod.yml 264 B
    # Source:
    # - https://github.com/gitpod-io/template-hugo
    # - https://www.gitpod.io/docs/configure/workspaces/tasks#one-line-tasks
    
    tasks:
      - name: Run development server
        init: pnpm install
        command: pnpm dev
    
    ports:
      - port: 1313
        onOpen: open-preview