Skip to content

Commit b25b545

Browse files
committed
chore: change next.config.mjs to next.config.js
1 parent 6642d8d commit b25b545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
transpilePackages: ['wallet_state'],
4+
transpilePackages: ["wallet_state"],
55
};
6-
module.exports = nextConfig;
6+
module.exports = nextConfig;

0 commit comments

Comments
 (0)