| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| // https://nextjs.org/docs/app/api-reference/config/next-config-js/output | |
| output: "standalone", | |
| // https://nextjs.org/docs/app/api-reference/config/next-config-js/serverExternalPackages | |
| serverExternalPackages: ["@huggingface/transformers"], | |
| }; | |
| export default nextConfig; | |