Skip to main content

apps/web/next.config.mjs

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
typedRoutes: true,
transpilePackages: ["@anchor/ui", "@anchor/contracts"]
};

export default nextConfig;