recipe page styling

This commit is contained in:
vabene1111
2021-01-13 10:57:38 +01:00
parent acafcbc077
commit a59ac44f3b
6 changed files with 77 additions and 55 deletions

View File

@ -48,7 +48,7 @@ module.exports = {
.host('localhost')
.port(8080)
.hotOnly(true)
.watchOptions({poll: 1000})
.watchOptions({poll: 500})
.https(false)
.headers({"Access-Control-Allow-Origin": ["*"]})