File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11// To run this script:
22// deno run --allow-read --allow-write --allow-net --allow-env --allow-ffi custom_file_handler.ts
33
4+ // To compile this script
5+ // deno compile --allow-all --no-terminal custom_file_handler.ts
6+
47// To import from local (Debugging and Development)
58// import { WebUI } from "../../mod.ts";
69
Original file line number Diff line number Diff line change 11// To run this script:
22// deno run --allow-read --allow-write --allow-net --allow-env --allow-ffi --allow-run=deno custom_web_server.ts
33
4+ // To compile this script
5+ // deno compile --allow-all --no-terminal custom_web_server.ts
6+
47// To import from local (Debugging and Development)
58// import { WebUI } from "../../mod.ts";
69
Original file line number Diff line number Diff line change 11// To run this script:
22// deno run --allow-read --allow-write --allow-net --allow-env --allow-ffi frameless.ts
33
4+ // To compile this script
5+ // deno compile --allow-all --no-terminal frameless.ts
6+
47// To import from local (Debugging and Development)
58// import { WebUI } from "../../mod.ts";
69
Original file line number Diff line number Diff line change 11// To run this script:
22// deno run --allow-read --allow-write --allow-net --allow-env --allow-ffi hello_world.ts
33
4+ // To compile this script
5+ // deno compile --allow-all --no-terminal hello_world.ts
6+
47// To import from local (Debugging and Development)
58// import { WebUI } from "../../mod.ts";
69
You can’t perform that action at this time.
0 commit comments