summaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: d9f6886f767c4756cd2d313a4730050723684e00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tasks:
  - before: make deno
    init: make
    # docs: https://browsersync.io/docs/command-line
    command: npx browser-sync start --server build --files build --port 8080 --no-ui --no-notify --open "gp preview $(gp url 8080)"

ports:
  - port: 8080
    visibility: private
    onOpen: open-preview

vscode:
  extensions:
    - denoland.vscode-deno