mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fix(migrations): resolve NaN issue in gap reconciliation logic
fix(bundle): exclude os module from browser bundle
This commit is contained in:
@@ -177,6 +177,7 @@ const nextConfig = {
|
||||
tls: false,
|
||||
crypto: false,
|
||||
process: false,
|
||||
os: false,
|
||||
};
|
||||
}
|
||||
return config;
|
||||
|
||||
Reference in New Issue
Block a user