fix(migrations): resolve NaN issue in gap reconciliation logic

fix(bundle): exclude os module from browser bundle
This commit is contained in:
diegosouzapw
2026-05-02 01:58:28 -03:00
parent 230f0410f7
commit b75b52eefb
3 changed files with 6 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ const nextConfig = {
tls: false,
crypto: false,
process: false,
os: false,
};
}
return config;