nexora / frontend /next.config.mjs
ChandimaPrabath's picture
init
6ba7c23
raw
history blame
No virus
92 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;