chore(release): remove legacy runtime dependencies

This commit is contained in:
poyrazavsever
2026-07-17 09:13:23 +03:00
parent 5948907e5d
commit 8cd3de8e1f
42 changed files with 910 additions and 6207 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
import type { NextConfig } from "next";
import withPWAInit from "@ducanh2912/next-pwa";
const withPWA = withPWAInit({
dest: "public",
disable: process.env.NODE_ENV === "development",
register: true,
});
const nextConfig: NextConfig = {
output: "standalone",
@@ -17,4 +10,4 @@ const nextConfig: NextConfig = {
turbopack: {},
};
export default withPWA(nextConfig);
export default nextConfig;