switch to deno

This commit is contained in:
arne 2024-03-20 23:55:41 +01:00
commit a7bbe6180d
9 changed files with 304 additions and 97 deletions

8
client/deno.json Normal file
View file

@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run -A npm:vite",
"build": "deno run -A npm:vite build",
"preview": "deno run -A npm:vite preview",
"serve": "deno run --allow-net --allow-read https://deno.land/std@0.157.0/http/file_server.ts dist/"
}
}