-
Notifications
You must be signed in to change notification settings - Fork 85
/
.gitpod.yml
29 lines (26 loc) · 822 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
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
# Commands to start on workspace startup
tasks:
- name: Terminal
init: yarn install && yarn gitpod:push:env
command: yarn gitpod:dev:env
# Ports to expose on workspace startup
ports:
- name: Website
port: 3001
description: api http server listens on this port
onOpen: open-browser
visibility: public
# Extensions
vscode:
extensions:
- dsznajder.es7-react-js-snippets
- esbenp.prettier-vscode
- Prisma.prisma
- bradlc.vscode-tailwindcss
- stylelint.vscode-stylelint
- csstools.postcss
- orta.vscode-jest
- mikestead.dotenv