This commit is contained in:
2026-02-08 22:29:29 +08:00
parent d316cddb48
commit 1a020f0d36
2 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@@ -5,7 +5,6 @@
.DS_Store .DS_Store
.AppleDouble .AppleDouble
.LSOverride .LSOverride
*.bundle.ts
bundles/*.bundle.ts bundles/*.bundle.ts
# Icon must end with two \r # Icon must end with two \r

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env runts -- --allow-import
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!");
}
main().catch(console.error);