update bundles
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user