updated npm packages

This commit is contained in:
Siavash Sameni
2025-12-16 10:15:01 +04:00
parent 4c67bf3a15
commit cf76322008
3 changed files with 3186 additions and 713 deletions

View File

@@ -1,10 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
// Skip ESLint during production builds (Vercel) we can fix lint later
eslint: {
ignoreDuringBuilds: true,
},
// Produce a self-contained server bundle at .next/standalone
output: 'standalone',
images: {