-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]/", | ||
|