Fix explorer prettier error

This commit is contained in:
Justin Starry 2020-06-24 21:47:10 +08:00 committed by Justin Starry
parent f7a313597b
commit 8df16ac8a9
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"https_only": true,
"root": "build/",
"routes": {
"/**": "index.html"
}
"https_only": true,
"root": "build/",
"routes": {
"/**": "index.html"
}
}