Permissions are too hard, idc

This commit is contained in:
Steffo 2024-10-21 04:00:59 +02:00
parent 4cb2e53ace
commit e2f2b3702b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

10
.vscode/launch.json vendored
View file

@ -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"
],