mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
11 lines
181 B
YAML
11 lines
181 B
YAML
image: "gitpod/workspace-full"
|
|
|
|
tasks:
|
|
- before: "cp .env.example .env"
|
|
init: "npm clean-install"
|
|
command: "npm run dev"
|
|
|
|
ports:
|
|
- port: 3000
|
|
onOpen: "open-preview"
|