Files
Inventory/frontend/deno.json
Sam Hos 56cc15fef5 deno and tauri work and start
todo: fix deno that it displays page in /static
2024-12-23 14:06:31 -04:00

9 lines
124 B
JSON

{
"tasks": {
"dev": "deno run --allow-net server.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}