Add bridge migrations

This commit is contained in:
Darren Clarke 2024-04-23 10:31:26 +02:00
parent e05fdef4ad
commit 2c43e81436
14 changed files with 847 additions and 7 deletions

View file

@ -1,6 +0,0 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["ui"]
};
export default nextConfig;