Ivan Mekhedov
Results
2
comments of
Ivan Mekhedov
I can say, that `fastify.getEnvs()` worked, but without specifying env variable like `fastify.getEnvs().API_PORT` is marked as wrong for TypeScript It helped me perfectly ```ts declare module 'fastify' { export interface...
For anyone, who couldn't resolve it by switching to another versions, take a look at your index.html file, because it can be an additional reason of not working pinch ```diff...