Update drone script to use rsync
Remove resolution for undici
AS a developer, I want the configuration to use a JSON object rather than .env
Should also maybe have a function to still use .env to translate to a JSON config, so we can configure in CI.
Such as: express:token=test
would go to in the json as express: { token: "test" }
Move to JSON config over .env for projects
Move to JSON config over .env for projects
Should also maybe have a function to still use .env to translate to a JSON config, so we can configure in CI.
Such as: express:token=test
would go to in the json as express: { token: "test" }
Events and commands should be loaded from the filesystem rather than a registry
Events and commands should be loaded from the filesystem rather than a registry
Add to renovate config to add label on PRs
Add the card number to the footer of the drop command embed
Remove resolution for undici