You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't know if it's possble to have a pure js version of this package, so we can use a bundle (for example, esbuild) and pack it in to single executable file without too much complexity.
for example, convert all dat file to base64 and storage them in js as default data source.
A thought would be, convert content of geoip-country.dat and geoip-country6.dat to base64 and use then as default, instead of try to find them on fs.
Is there any way to remove the fs dependency for serverless?
If not can someone recommend another package / workaround?
The text was updated successfully, but these errors were encountered: