proto-kit / framework

Apache License 2.0
26 stars 8 forks source link

Configurable Loader for Config File #182

Open harrysolovay opened 1 month ago

harrysolovay commented 1 month ago

I propose that we allow the CLI's start command to accept a loader/l argument, which would ensure the config file (loaded here) is loaded with the specified loader. This would allow us to refactor the starter kit such that we could use ts-node and ts-node-dev and close out proto-kit/starter-kit#17.