TODO: implement run
command that runs via node --loader ts-node/esm
TODO: implement bundle
command that bundles via esbuild
yarn esbuild --bundle --platform=node --outfile=bundle.js ./cli.ts
TODO: implement run
command that runs via node --loader ts-node/esm
TODO: implement bundle
command that bundles via esbuild
yarn esbuild --bundle --platform=node --outfile=bundle.js ./cli.ts