link-stack/apps/bridge-frontend/next.config.js

7 lines
122 B
JavaScript
Raw Normal View History

2024-03-04 13:52:20 +01:00
/** @type {import('next').NextConfig} */
2024-03-17 12:58:25 +01:00
const nextConfig = {
2024-04-23 10:31:26 +02:00
transpilePackages: ["ui"],
2024-03-17 12:58:25 +01:00
};
2024-03-04 13:52:20 +01:00
export default nextConfig;