chore: optimize dev memory limit and fix next-pwa build config

This commit is contained in:
poyrazavsever
2026-06-08 23:19:55 +03:00
parent 950522d467
commit 6f873b6c6f
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -5,7 +5,6 @@ const withPWA = withPWAInit({
dest: "public",
disable: process.env.NODE_ENV === "development",
register: true,
skipWaiting: true,
});
const nextConfig: NextConfig = {