Files
stack/apps/web/next.config.ts
2026-03-13 13:18:09 +00:00

9 lines
177 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'standalone',
transpilePackages: ['@mosaic/design-tokens'],
};
export default nextConfig;