Settings: ask user to refresh if update available

This commit is contained in:
thislight 2024-09-14 19:55:37 +08:00
parent defdd3c6af
commit a7b0f480ac
2 changed files with 43 additions and 30 deletions

View file

@ -8,7 +8,7 @@
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"types": ["vite/client", "vite-plugin-pwa/solid"],
"noEmit": true,
"isolatedModules": true,
}