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

7 lines
152 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-30 11:39:16 +02:00
transpilePackages: ["ui", "bridge-common", "bridge-ui"],
2024-03-17 12:58:25 +01:00
};
2024-03-04 13:52:20 +01:00
export default nextConfig;