feat: extract client from main.ts for easy access and create settings store

This commit is contained in:
HerozDotExe 2025-06-19 16:16:02 +02:00
parent efac1632d1
commit 67082454b7
5 changed files with 92 additions and 24 deletions

View file

@ -1,6 +1,6 @@
{
"tasks": {
"dev": "deno run --watch --allow-env --allow-read=. --allow-net --env-file ./src/main.ts",
"dev": "deno run --watch --allow-env --allow-read=. --allow-net --env-file --unstable-temporal ./src/main.ts",
"deployCommands": "deno run --env-file --allow-env --allow-net --allow-read=./src/ scripts/deployCommands.ts"
}
}