Luiz Fernando O. C. Real
Results
3
issues of
Luiz Fernando O. C. Real
If you clone the repository on Windows and try to run the libraries' specs, it fails with the following error (on Chrome): ``` TypeError: fn.toString(...).match(...) is null screw.builder.js:4 ```
I'm trying to register logger serializers for Fastify inside `astro.config.mjs` and they work in dev mode, but when I run `astro build`, the resulting `dist/server/entry.mjs` does not have the serializers...