Permissions are too hard, idc
This commit is contained in:
parent
4cb2e53ace
commit
e2f2b3702b
1 changed files with 2 additions and 8 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -16,10 +16,7 @@
|
||||||
"run",
|
"run",
|
||||||
"--watch",
|
"--watch",
|
||||||
"--no-prompt",
|
"--no-prompt",
|
||||||
"--allow-read='.,$HOME/.cache/deno,$HOME/.cache/node_modules'",
|
"--allow-all",
|
||||||
"--allow-env=DOTINO_POSTGRES_STRING,DOTINO_STRATZ_URL,DOTINO_STRATZ_KEY",
|
|
||||||
"--allow-sys=uid,gid",
|
|
||||||
"--allow-net",
|
|
||||||
"--inspect-wait",
|
"--inspect-wait",
|
||||||
"src/main.ts"
|
"src/main.ts"
|
||||||
],
|
],
|
||||||
|
@ -37,10 +34,7 @@
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"run",
|
"run",
|
||||||
"--no-prompt",
|
"--no-prompt",
|
||||||
"--allow-read='.'",
|
"--allow-all",
|
||||||
"--allow-env=DOTINO_POSTGRES_STRING",
|
|
||||||
"--allow-sys=uid,gid",
|
|
||||||
"--allow-net",
|
|
||||||
"--inspect-wait",
|
"--inspect-wait",
|
||||||
"src/database/init/index.ts"
|
"src/database/init/index.ts"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue