Evаn Summers

Results 4 comments of Evаn Summers

Ohh, avoiding polluting the global scope makes sense, yep. Checking `.env` against `process.env` would work well for most cases, though I agree that it might be pretty confusing for someone...

This would be a helpful feature! Is there currently a workaround to stop nitro trying to build dev routes?

Ah, it's currently possible to do this by moving your dev endpoint files out of the autoscanned dir and then manually importing the event handlers into config for use with...

Sent a PR to add `cache_ok = True`, in meantime can work around it by extending the class like so ```python class CacheyCIText(CIText): # Workaround for https://github.com/mahmoudimus/sqlalchemy-citext/issues/25 # Can remove...