indexeddb init

This commit is contained in:
2025-08-14 22:49:19 -04:00
parent daa785c721
commit ad600a896c
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;