mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint issues
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
620f19fb3b
commit
9cb8ab668c
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user