updates
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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);
|
|
||||||
Reference in New Issue
Block a user