initial commit

This commit is contained in:
Jonas 2023-05-28 21:46:39 +02:00
commit d0bf5569e0
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

5
deno.jsonc Normal file
View File

@ -0,0 +1,5 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
}
}