web-llm-embed / next.config.js
matt HOFFNER
barebones next
0e0987b
raw
history blame
No virus
144 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
module.exports = nextConfig;