konobangu/apps/webui/next.config.mjs
2024-02-23 22:07:44 +08:00

8 lines
99 B
JavaScript

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