fix: ddev to new version

This commit is contained in:
2025-06-18 14:15:57 +02:00
parent 8d3eced5e4
commit d067548314
2 changed files with 6 additions and 9 deletions

View File

@@ -15,6 +15,12 @@ web_environment:
- TYPO3_CONTEXT=Development/Ddev
corepack_enable: false
hooks:
post-start:
- exec-host: |
ddev npm install
ddev npm run dev:css -- --watch &
# Key features of DDEV's config.yaml:
# name: <projectname> # Name of the project, automatically provides

View File

@@ -1,9 +0,0 @@
version: '3.6'
services:
web:
# Install needed dependencies and run webpack in watch mode
command: /bin/sh -c "npm install && npm run build:css -- --watch"
volumes:
- ../packages/base:/var/www/html/packages/base
environment:
- NODE_ENV=development