Skip to content

Commit

Permalink
Converts the project to Deno.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryann committed Oct 15, 2024
1 parent 18dda53 commit 061bc00
Show file tree
Hide file tree
Showing 22 changed files with 854 additions and 792 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"deno.enable": true
}
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspace": ["./client", "./engine"]
}
60 changes: 60 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 061bc00

Please sign in to comment.