generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpod.yml
42 lines (40 loc) · 1.09 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
tasks:
- name: Start development environment
before: |
pnpm config set auto-install-peers true
init: |
pnpm i
vercel login --github
vercel env pull
command: |
pnpm dev
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview
description: Website preview
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: false
# add a check to pull requests (defaults to true)
addCheck: prevent-merge-on-error
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: true
vscode:
extensions:
- christian-kohler.npm-intellisense
- eamodio.gitlens
- esbenp.prettier-vscode
- christian-kohler.path-intellisense
- aaron-bond.better-comments
- meganrogge.template-string-converter
- leodevbro.blockman
- Gruntfuggly.todo-tree
- unifiedjs.vscode-mdx
- bradlc.vscode-tailwindcss
- PulkitGangwar.nextjs-snippets
- PKief.material-icon-theme
- TeamHub.teamhub