From f61aac128f3c60641bbd7256232e05dd6fc69622 Mon Sep 17 00:00:00 2001 From: gStart9 Date: Tue, 25 Feb 2025 22:15:27 -0700 Subject: [PATCH] Remove redundant bundle.ts --- scripts/procedures/bundle.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 scripts/procedures/bundle.ts diff --git a/scripts/procedures/bundle.ts b/scripts/procedures/bundle.ts deleted file mode 100644 index dbf577b..0000000 --- a/scripts/procedures/bundle.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { bundle } from "https://deno.land/x/emit@0.40.0/mod.ts"; -const result = await bundle("scripts/embassy.ts"); -await Deno.writeTextFile("scripts/embassy.js", result.code);