mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
46b6037644
``` > deno compile --allow-read=. --include data-file.txt main.js ``` This only applies to files on the filesystem. For remote modules, that's going to have to wait for `import ... from "./data.txt" with { "type": "bytes" }` or whatever it will be.
6 lines
199 B
Text
6 lines
199 B
Text
Compile file:///[WILDLINE]/main.js to [WILDLINE]
|
|
error: Writing deno compile executable to temporary file 'main[WILDLINE]'
|
|
|
|
Caused by:
|
|
0: Including [WILDLINE]does_not_exist.txt
|
|
1: [WILDLINE]
|