Skip to content

Commit cd94953

Browse files
committed
Adding Compile Comments
1 parent 68af34d commit cd94953

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

examples/custom_file_handler/custom_file_handler.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

examples/custom_web_server/custom_web_server.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

examples/frameless/frameless.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

examples/hello_world/hello_world.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

0 commit comments

Comments
 (0)