fix static folder path in config

This commit is contained in:
Tixie 2020-02-16 18:57:26 +01:00
parent e99f85489f
commit 00c829dc18
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"staticFiles": { "staticFiles": {
"staticPath": "static", "staticPath": "public",
"watcherGlob": "**" "watcherGlob": "**"
} }
} }