Fix webpack polling with nfs enabled

This commit is contained in:
Björn Fromme
2020-01-29 09:17:04 +01:00
parent ab38c48ec3
commit a77b4087b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ additional_hostnames:
- ski-wochenenden
- schnee-event
additional_fqdns: []
nfs_mount_enabled: false
nfs_mount_enabled: true
provider: default
omit_containers: [dba]
use_dns_when_possible: true
+1 -1
View File
@@ -6,7 +6,7 @@
"license": "WTFPL",
"repository": "https://gitlab.com/dreipunktnull/ep_theme.git",
"scripts": {
"dev": "./node_modules/.bin/encore dev --watch --watch-poll=500",
"dev": "./node_modules/.bin/encore dev --watch --watch-poll 1000",
"build": "./node_modules/.bin/encore production"
},
"dependencies": {