Add bridge migrations
This commit is contained in:
parent
e05fdef4ad
commit
2c43e81436
14 changed files with 847 additions and 7 deletions
9
apps/bridge-frontend/next.config.js
Normal file
9
apps/bridge-frontend/next.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
transpilePackages: ["ui"],
|
||||
experimental: {
|
||||
instrumentationHook: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue