diff --git a/src/main/router.ts b/src/main/router.ts index 50d9199b08..d1a18e389d 100644 --- a/src/main/router.ts +++ b/src/main/router.ts @@ -18,7 +18,7 @@ declare const __static: string; const assetsPath = path.join(__static, "build/client") -const mimeTypes: { [key:string]:string; } = { +const mimeTypes: {[key: string]: string} = { "html": "text/html", "txt": "text/plain", "css": "text/css",