inventory-control/next.config.mjs
2024-10-28 22:23:01 +08:00

7 lines
116 B
JavaScript

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