susface-api / deno.json
T1ckbase
l
7541db3
raw
history blame
383 Bytes
{
"tasks": {
"dev": "deno --allow-net --allow-read --allow-env --watch main.ts",
"serve": "deno serve --allow-net --watch --port 7860 serve.ts"
},
"imports": {
"@hono/hono": "jsr:@hono/hono@^4.7.1"
},
"fmt": {
"indentWidth": 2,
"lineWidth": 69420,
"proseWrap": "preserve",
"semiColons": true,
"singleQuote": true,
"useTabs": false
}
}