File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "tasks" : {
3- "compile-win" : " deno compile --target x86_64-pc-windows-msvc --v8-flags=--max-old-space-size=8000 --include worker.ts --output repro-win.exe main.ts" ,
4- "compile-mac" : " deno compile --target x86_64-apple-darwin --v8-flags=--max-old-space-size=8000 --include worker.ts --output no-issue-mac main.ts" ,
5- "compile-linux" : " deno compile --target x86_64-unknown-linux-gnu --v8-flags=--max-old-space-size=8000 --include worker.ts --output no-issue-linux main.ts"
3+ "compile-win" : " deno compile -A - -target x86_64-pc-windows-msvc --v8-flags=--max-old-space-size=8000 --include worker.ts --output repro-win.exe main.ts" ,
4+ "compile-mac" : " deno compile -A - -target x86_64-apple-darwin --v8-flags=--max-old-space-size=8000 --include worker.ts --output no-issue-mac main.ts" ,
5+ "compile-linux" : " deno compile -A - -target x86_64-unknown-linux-gnu --v8-flags=--max-old-space-size=8000 --include worker.ts --output no-issue-linux main.ts"
66 },
77 "imports" : {
88 "@std/fs" : " jsr:@std/fs@^1.0.9"
You can’t perform that action at this time.
0 commit comments