feat: update justfile
This commit is contained in:
@@ -7,4 +7,6 @@ build_wasm:
|
|||||||
run *ARGS:
|
run *ARGS:
|
||||||
deno run --allow-read main.js {{ ARGS }}
|
deno run --allow-read main.js {{ ARGS }}
|
||||||
|
|
||||||
|
serve:
|
||||||
|
deno run --allow-net --allow-read=. https://deno.land/std@0.144.0/http/file_server.ts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user