Skip to content

Commit

Permalink
new allow needed
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Sep 29, 2024
1 parent 8965a1e commit e7e2f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S deno run --location https://jpg241.dev.archive.org --no-check --allow-read=. --allow-write=. --allow-net --allow-run --watch
#!/usr/bin/env -S deno run --location https://jpg241.dev.archive.org --no-check --allow-read=. --allow-write=. --allow-net --allow-run --allow-import --watch

import httpd from 'https://deno.land/x/httpd/mod.js'
import { warn } from 'https://av.prod.archive.org/js/util/log.js'
Expand Down

0 comments on commit e7e2f36

Please sign in to comment.