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
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 &