-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitpod.yml
33 lines (27 loc) · 974 Bytes
/
.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
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
tasks:
- init: pnpm install && pnpm run build
command: pnpm dev
- name: Generate config
command: |
eval $(gp env -e)
echo "$EMBEDBASE_DOCS" | tr ' ' '\n' > .env
vscode:
# list as bullet points installed extensions:
# code --list-extensions | xargs -L 1 echo -
extensions:
- github.copilot
- toba.vsfire
- wix.vscode-import-cost
- aaron-bond.better-comments
- perkovec.emoji
- k--kato.intellij-idea-keybindings
- christian-kohler.npm-intellisense
- dbaeumer.vscode-eslint
- unifiedjs.vscode-mdx
ports:
- port: 3000
visibility: public