We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8cd2c commit ff5488bCopy full SHA for ff5488b
2 files changed
.vscode/settings.json
@@ -1,7 +1,6 @@
1
{
2
"deno.enable": true,
3
"deno.lint": true,
4
- "deepscan.enable": true,
5
"Lua.diagnostics.globals": [
6
"redis",
7
"cjson",
run.bat
@@ -1,3 +1,3 @@
@echo off
echo Executing Run command
-Deno run --allow-net --allow-read --allow-write --allow-env --watch server/server.ts
+Deno run -A --watch --check server/server.ts
0 commit comments