Skip to content

Commit 8a854c5

Browse files
committed
Sigma Signing Example Using @powco/sigma-protocol
1 parent bc65113 commit 8a854c5

File tree

4 files changed

+88
-55
lines changed

4 files changed

+88
-55
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module.exports = {
22
basePath: "/studio",
3+
webpack: (config) => {
4+
config.resolve.fallback = { fs: false };
5+
config.experiments.asyncWebAssembly = true
6+
return config;
7+
},
38
};

0 commit comments

Comments
 (0)