indexeddb init

This commit is contained in:
2025-08-14 22:49:19 -04:00
parent fd7849c0b8
commit 80de65f577
4 changed files with 22 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ const withPWA = require("next-pwa")({
const nextConfig: NextConfig = withPWA({
/* config options here */
reactStrictMode: true,
// output: "export",
});
export default nextConfig;