Add whole-app password protection

This commit is contained in:
2026-08-03 00:06:07 +03:30
parent 4eb9d7fb37
commit f5f54bac66
7 changed files with 178 additions and 6 deletions
+1
View File
@@ -3,6 +3,7 @@ import type { ModuleOptions } from "@vite-pwa/nuxt";
const scope = "/";
export const pwa: ModuleOptions = {
selfDestroying: true,
registerType: "autoUpdate",
scope,
base: scope,