SebG
SebG
DDeno
Created by SebG on 10/15/2024 in #help
Memory leak when conditionally stubbing fetch
I am a fool... Missing await on db.execute in a middleware. C'est la vie :deno_it_works:
2 replies
DDeno
Created by Hermes Alves on 10/15/2024 in #help
Why isn't the API_PORT variable being loaded? Is there something I'm missing?
I think you have to specify to export to the Deno env
await load({export: true})
await load({export: true})
15 replies