fix: update npm command for CSS build in post-start hook

This commit is contained in:
2025-06-18 14:42:18 +02:00
parent d067548314
commit 69c8e060d6

View File

@@ -19,7 +19,7 @@ hooks:
post-start:
- exec-host: |
ddev npm install
ddev npm run dev:css -- --watch &
ddev npm run build:css -- --watch &
# Key features of DDEV's config.yaml: