6 lines
89 B
YAML
6 lines
89 B
YAML
tasks:
|
|
- init: npm install
|
|
command: npm run dev
|
|
|
|
image:
|
|
file: .gitpod.Dockerfile
|