diff options
| author | seth <[email protected]> | 2024-07-05 21:24:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 08:30:49 -0400 |
| commit | 2520f60452a78a3d59eef3b80e0064d722e26ab9 (patch) | |
| tree | 12cd7f6e1afea7c24547c72cced88571f4011417 /deno.json | |
| parent | 4517708f2aa5bd493fdac8d16d8a554b885f2aba (diff) | |
harden lume permissions
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ "lume/": "https://deno.land/x/[email protected]/" }, "tasks": { - "lume": "echo \"import 'lume/cli.ts'\" | deno run -A -", + "lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-net --allow-read=./ --allow-write=./_site,./dist --allow-sys -", "build": "deno task lume", "serve": "deno task lume -s" }, |
