SEMS-on-device-server/next.config.mjs

5 lines
112 B
JavaScript
Raw Normal View History

2024-09-11 19:06:44 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {output: 'standalone'};
2024-09-11 19:06:44 +08:00
export default nextConfig;