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

8 lines
214 B
JavaScript
Raw Permalink 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-06-05 08:52:41 +02:00
transpilePackages: ["@link-stack/ui", "@link-stack/bridge-common", "@link-stack/bridge-ui"],
poweredByHeader: false,
2024-03-17 12:58:25 +01:00
};
2024-03-04 13:52:20 +01:00
export default nextConfig;