Skip to content

Commit ff5488b

Browse files
committed
chore: Remove DeepScan configuration and update run command for Deno
1 parent 8a8cd2c commit ff5488b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"deno.enable": true,
33
"deno.lint": true,
4-
"deepscan.enable": true,
54
"Lua.diagnostics.globals": [
65
"redis",
76
"cjson",

run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
echo Executing Run command
3-
Deno run --allow-net --allow-read --allow-write --allow-env --watch server/server.ts
3+
Deno run -A --watch --check server/server.ts

0 commit comments

Comments
 (0)