WhisperNet / next.config.ts
bonesmasher's picture
Upload 56 files
abc1805 verified
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;