diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 0d722f1..fd8f86b 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -16,7 +16,10 @@ web_environment: corepack_enable: false nodejs_version: "18" +additional_services: + - mailpit hooks: post-start: - - exec: "npm install" - - exec: "npm run dev:css" + - exec-host: | + ddev npm install + ddev npm run dev:css -- --watch &