SPACEBROWSER_INTERFACE/component_factory/next.config.ts
2025-08-07 20:28:59 -04:00

8 lines
133 B
TypeScript
Executable File

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;