Spaces:
Paused
Paused
{ | |
"tasks": { | |
"start": "deno --allow-net --allow-read --allow-env --env-file=.env --unstable-cron --watch main.ts" | |
}, | |
"imports": { | |
"@std/path": "jsr:@std/path@^1.0.9", | |
"hono": "jsr:@hono/hono@^4.7.8" | |
}, | |
"fmt": { | |
"indentWidth": 2, | |
"lineWidth": 69420, | |
"proseWrap": "preserve", | |
"semiColons": true, | |
"singleQuote": true, | |
"useTabs": false | |
}, | |
"lock": false | |
} | |