Some progress towards accepting and rejecting follows #3

Merged
steffo merged 22 commits from feature/follows into main 2024-10-23 05:47:18 +00:00
Showing only changes of commit e2f2b3702b - Show all commits

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