fix: pre-cache to not include extra files

This commit is contained in:
Paul Makles
2022-03-25 11:17:04 +00:00
parent 3a12f92867
commit f9f0d5c55a
9 changed files with 71 additions and 222 deletions

View File

@@ -19,5 +19,5 @@
"types": ["vite-plugin-pwa/client"],
"experimentalDecorators": true
},
"include": ["src", "ui/ui.tsx"]
"include": ["src", "ui/ui.tsx", "external/lang/Languages.ts"]
}