Some progress towards accepting and rejecting follows #3
1 changed files with 2 additions and 8 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -16,10 +16,7 @@
|
|||
"run",
|
||||
"--watch",
|
||||
"--no-prompt",
|
||||
"--allow-read='.,$HOME/.cache/deno,$HOME/.cache/node_modules'",
|
||||
"--allow-env=DOTINO_POSTGRES_STRING,DOTINO_STRATZ_URL,DOTINO_STRATZ_KEY",
|
||||
"--allow-sys=uid,gid",
|
||||
"--allow-net",
|
||||
"--allow-all",
|
||||
"--inspect-wait",
|
||||
"src/main.ts"
|
||||
],
|
||||
|
@ -37,10 +34,7 @@
|
|||
"runtimeArgs": [
|
||||
"run",
|
||||
"--no-prompt",
|
||||
"--allow-read='.'",
|
||||
"--allow-env=DOTINO_POSTGRES_STRING",
|
||||
"--allow-sys=uid,gid",
|
||||
"--allow-net",
|
||||
"--allow-all",
|
||||
"--inspect-wait",
|
||||
"src/database/init/index.ts"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue