switch to deno
This commit is contained in:
parent
c644cede2e
commit
a7bbe6180d
9 changed files with 304 additions and 97 deletions
8
client/deno.json
Normal file
8
client/deno.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue