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.
I propose that we allow the CLI's
start
command to accept aloader
/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 usets-node
andts-node-dev
and close out proto-kit/starter-kit#17.