apps/web/next.config.mjs
Metadata
- Purpose: Source artifact in the anchor-msp system.
- Domain:
applications - Language:
js - Bytes: 195
- Lines: 9
- Content hash (short):
74ef39dd - Source (start): apps/web/next.config.mjs:1
- Source (end): apps/web/next.config.mjs:9
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;