transformersjs-playground / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
Initial commit from Create Next App
c1e6570
raw
history blame
92 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;