feat: extract client from main.ts for easy access and create settings store
This commit is contained in:
parent
efac1632d1
commit
67082454b7
5 changed files with 92 additions and 24 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue