UNPKG

fastify-cli

Version:

Run a fastify route with one command!

8 lines (7 loc) 105 B
module.exports = { loadEnvQuitely: () => { try { process.loadEnvFile() } catch { } } }