import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", outputFileTracingIncludes: { "*": ["node_modules/@libsql/**/*"], }, }; export default nextConfig;