Files
Admin_dash/next.config.mjs
Akshay Kolli 3f72118348 Initial commit
2026-02-08 02:32:45 -05:00

7 lines
119 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
export default nextConfig;