summaryrefslogtreecommitdiff
path: root/Homework/cs5260/widgetrequesthandler/build.ts
blob: a44e5f8f80d5bf47519f2a6fd0b3f29de0413eaf (plain) (blame)
1
2
3
4
5
await Bun.build({
  entrypoints: ['./handler.ts'],
  outdir: './dist',
  target: 'bun'
});