proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

Configurable Loader for Config File #182

Open harrysolovay opened 4 months ago

harrysolovay commented 4 months 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.