feat: update post-start hooks for npm commands and add mailpit service

This commit is contained in:
2025-06-04 22:48:35 +02:00
parent f5dd861ef1
commit c2da399a32

View File

@@ -16,7 +16,10 @@ web_environment:
corepack_enable: false corepack_enable: false
nodejs_version: "18" nodejs_version: "18"
additional_services:
- mailpit
hooks: hooks:
post-start: post-start:
- exec: "npm install" - exec-host: |
- exec: "npm run dev:css" ddev npm install
ddev npm run dev:css -- --watch &