SPARKNET / frontend /next.config.ts
MHamdan's picture
Initial commit: SPARKNET framework
a9dc537
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;