forked from pinks/eris
1
0
Fork 0
This commit is contained in:
pinks 2023-09-10 23:16:27 +02:00
parent 6c66a00910
commit 97f261d01c
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.vscode
.env
app.db*
deno.lock
updateConfig.ts

View File

@ -1,6 +1,5 @@
{ {
"tasks": { "tasks": {
"dev": "deno run --watch --unstable --allow-env --allow-read --allow-write --allow-net main.ts",
"start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts" "start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts"
}, },
"fmt": { "fmt": {