Add whole-app password protection
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@ import type { ModuleOptions } from "@vite-pwa/nuxt";
|
||||
const scope = "/";
|
||||
|
||||
export const pwa: ModuleOptions = {
|
||||
selfDestroying: true,
|
||||
registerType: "autoUpdate",
|
||||
scope,
|
||||
base: scope,
|
||||
|
||||
Reference in New Issue
Block a user