Fix webpack polling for good

This commit is contained in:
Björn Fromme
2020-04-20 12:59:52 +02:00
parent ada31e0b6d
commit 906f926cab
3 changed files with 10 additions and 7 deletions
-6
View File
@@ -1,6 +0,0 @@
version: '3.6'
services:
web:
environment:
- TYPO3_CONTEXT=Development
+9
View File
@@ -0,0 +1,9 @@
version: '3.6'
services:
web:
environment:
- TYPO3_CONTEXT=Development
- PHP_IDE_CONFIG=serverName=${DDEV_SITENAME}.ddev.site
volumes:
- ../public/typo3conf/ext/ep_theme/Resources/Private/Assets:/var/www/html/public/typo3conf/ext/ep_theme/Resources/Private/Assets:consistent