deno and tauri work and start
todo: fix deno that it displays page in /static
This commit is contained in:
8
frontend/deno.json
Normal file
8
frontend/deno.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-net server.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user