From dc2686836752b6270dfac77a1764cbcec9bcf4dd Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Wed, 4 Feb 2026 23:34:36 +0800 Subject: [PATCH] update bundles --- bundles/helloworld-bundle-2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/helloworld-bundle-2.ts b/bundles/helloworld-bundle-2.ts index b0f905e..9acc213 100644 --- a/bundles/helloworld-bundle-2.ts +++ b/bundles/helloworld-bundle-2.ts @@ -1,8 +1,8 @@ #!/usr/bin/env runts -- --allow-import -// deno bundle --allow-import helloworld-bundle-2.ts -o helloworld-bundle-2.bundle.ts import {log} from "../libraries/deno-commons-mod.ts"; +// deno bundle --allow-import helloworld-bundle-2.ts -o helloworld-bundle-2.bundle.ts async function main() { log.info("Hello World!"); }