update bundles

This commit is contained in:
2026-02-04 23:34:36 +08:00
parent 69df32ac74
commit dc26868367

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env runts -- --allow-import #!/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"; 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() { async function main() {
log.info("Hello World!"); log.info("Hello World!");
} }