gale/bundle-file.ts
2025-10-08 12:50:23 -04:00

5 lines
133 B
TypeScript

const resp = await Deno.bundle({
entrypoints:["file:///C:/Local%20Web%20Projects/gale/hmr/hmr-react.tsx"]
});
console.log(resp);