SmolPilot / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
add bun dockerfile
bca5b0d
raw
history blame contribute delete
142 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
export default nextConfig;