escape that .

This commit is contained in:
Will Scullin 2021-03-26 13:45:04 -07:00
parent 0c89f44560
commit 08ff6f93d5
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports =
compress: true,
static: {
watch: {
ignored: /(node_modules|.git)/
ignored: /(node_modules|\.git)/
},
directory: __dirname,
},