add gitpod configs
This commit is contained in:
22
.gitpod/automations.yaml
Normal file
22
.gitpod/automations.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
tasks:
|
||||
install-dependencies:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
bun install
|
||||
triggeredBy:
|
||||
- manual
|
||||
- postDevcontainerStart
|
||||
|
||||
web:
|
||||
name: Run web
|
||||
command: |
|
||||
cd packages/web && bun run dev
|
||||
triggeredBy:
|
||||
- manual
|
||||
|
||||
server:
|
||||
name: Run server
|
||||
command: |
|
||||
cd packages/server && bun run dev
|
||||
triggeredBy:
|
||||
- manual
|
Reference in New Issue
Block a user