Skip to content

Commit

Permalink
Deno compile example
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Jul 21, 2024
1 parent d8f05e5 commit 6fab26b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"publish:deployctl": "deployctl deploy --import-map=./deno.json",
"env": "export DENO_TLS_CA_STORE=mozilla,system",
"tool:rebuild-vireo-data-url": "deno run -A ./Packages/BuildTools/make-vireo-dataurl.ts",
"tool:deno-test": "deno test -A"
"tool:deno-test": "deno test -A",
"tool:deno-compile": "deno task env && deno task build && deno compile -A \"./Builds/Server_Default Web Server/main.ts\""
},
"imports": {
"std/": "https://deno.land/[email protected]/",
Expand Down

0 comments on commit 6fab26b

Please sign in to comment.