mirror of
https://github.com/aljazceru/nostr-watch.git
synced 2025-12-18 13:54:23 +01:00
kind of working, event handler is fragile and some messages aren't coming through
This commit is contained in:
@@ -14,6 +14,13 @@ module.exports = defineConfig({
|
||||
chunks: "all",
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
fallback: {
|
||||
"fs": false,
|
||||
"tls": false,
|
||||
"net": false,
|
||||
}
|
||||
},
|
||||
},
|
||||
chainWebpack: config => {
|
||||
config.module
|
||||
|
||||
Reference in New Issue
Block a user