ninja-code-guard / dashboard /next.config.ts
NinjainPJs's picture
initial - commit
4b445f6
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;