Files
QuickStack/next.config.mjs
2024-10-17 08:48:00 +00:00

10 lines
183 B
JavaScript

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