Skip to content

Instantly share code, notes, and snippets.

@khalidx
Created June 5, 2023 22:21
Show Gist options
  • Save khalidx/b82a732c6072dad437d1b0af3fcef28a to your computer and use it in GitHub Desktop.
Save khalidx/b82a732c6072dad437d1b0af3fcef28a to your computer and use it in GitHub Desktop.
Build a TypeScript project with esbuild.
esbuild src/cli.ts --bundle --platform=node --target=node18 --outfile=dist/bundle.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment