Files
Horux360/apps/web/next.config.js
Consultoria AS cbc48cfe26 feat: add Next.js frontend base structure
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 01:56:17 +00:00

10 lines
181 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['@horux/shared'],
experimental: {
typedRoutes: true,
},
};
module.exports = nextConfig;