Files
notify/frontend/next.config.js
Michael Dong a98e12f286 first commit
2026-02-05 11:24:40 +08:00

8 lines
143 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone'
};
module.exports = nextConfig;