Skip to content

Commit 4872ae5

Browse files
author
DevBot
committed
fix(reader): --include flags embed all assets in desktop build
1 parent c104b3b commit 4872ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/deno-desktop-reader/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"nodeModulesDir": "auto",
55
"tasks": {
66
"dev": "deno task build:client && deno run -A main.ts",
7-
"build": "deno task build:client && deno desktop --allow-env --allow-read --allow-net main.ts",
7+
"build": "deno task build:client && deno desktop --allow-env --allow-read --allow-net --include app --include dist --include fixtures main.ts",
88
"build:client": "deno run -A build-client.ts",
99
"check": "deno check main.ts",
1010
"smoke": "deno test -A --no-check app/__tests__/"

0 commit comments

Comments
 (0)