custom-nas/deno.json

10 lines
203 B
JSON

{
"tasks": {
"start": "deno run --allow-net --allow-read --allow-env main.ts"
},
"imports": {
"hono": "npm:hono@4.0.0",
"postgres": "https://deno.land/x/postgresjs@v3.4.4/mod.js"
}
}