Skip to content

Commit

Permalink
Add bundle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed Dec 24, 2024
1 parent 71b73eb commit 4093e54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/bundle.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// scripts/bundle.ts
import { bundle } from "https://deno.land/x/[email protected]/mod.ts";

const result = await bundle("scripts/embassy.ts");

await Deno.writeTextFile("scripts/embassy.js", result.code);

0 comments on commit 4093e54

Please sign in to comment.