Skip to content

Commit

Permalink
Fix webpack configuration and update main.yml (#53)
Browse files Browse the repository at this point in the history
* Jovells workflow auto sync after pr merge (#4)

* Update main.yml

* Update main.yml

* attempt to fix mobile connection issues
  • Loading branch information
Jovells authored Dec 23, 2023
1 parent 2b9ebc4 commit d93f5da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const nextConfig = {
],
},
webpack: (config) => {
config.externals.push("pino-pretty"/*, "lokijs", "encoding"*/);
config.resolve.fallback = { fs: false, net: false, tls: false };
config.externals.push('pino-pretty', 'lokijs', 'encoding');
return config;
},
}
Expand Down

0 comments on commit d93f5da

Please sign in to comment.