silverbullet/.gitpod.yml

32 lines
625 B
YAML
Raw Normal View History

2022-09-25 08:07:07 +08:00
image:
file: .gitpod.Dockerfile
2022-09-24 20:38:58 +08:00
ports:
- port: 3000
name: Silverbullet
onOpen: open-browser
visibility: public
github:
prebuilds:
master: true
pullRequests: true
2022-10-03 22:57:45 +08:00
# tasks:
# - name: Setup
# init: |
# npm install
# npm run clean-build
# gp sync-done setup
# - name: Run Silverbullet server
# init: |
# gp sync-await setup
# mkdir pages
# command: npm run server -- ./pages
# - name: Run ParcelJS
# init: gp sync-await setup
# command: npm run watch
# - name: Build plugins
# init: gp sync-await setup
# command: npm run plugs