We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6642d8d commit b25b545Copy full SHA for b25b545
apps/web/next.config.mjs apps/web/next.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
reactStrictMode: true,
4
- transpilePackages: ['wallet_state'],
+ transpilePackages: ["wallet_state"],
5
};
6
-module.exports = nextConfig;
+module.exports = nextConfig;
0 commit comments