We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03394fa commit 22ebc71Copy full SHA for 22ebc71
deno.json
@@ -50,6 +50,5 @@
50
"serve": "deno task build && deno run --allow-net --allow-read src/commands/server.command.ts",
51
"setup": "deno run --allow-run=deno --allow-read --allow-write=./ --allow-env src/commands/setup.command.ts",
52
"test": "deno test --allow-run=deno --allow-env --allow-read --allow-net src"
53
- },
54
- "allowScripts": ["npm:@swc/core@1.13.4", "npm:esbuild@0.25.9", "npm:fs-ext@2.0.0"]
+ }
55
}
0 commit comments