Skip to content

Commit 544abcf

Browse files
committed
fix worker include
1 parent b7537b4 commit 544abcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"tasks": {
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"
3+
"compile-win": "deno compile -A --target x86_64-pc-windows-msvc --v8-flags=--max-old-space-size=8000 --include src/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 src/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 src/worker.ts --output no-issue-linux main.ts"
66
},
77
"imports": {
88
"@std/fs": "jsr:@std/fs@^1.0.9"

0 commit comments

Comments
 (0)