File size: 553 Bytes
a347d8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"tasks": {
"start": "deno --allow-net --allow-read --allow-env --env-file=.env --unstable-cron --watch src/main.tsx"
},
"imports": {
"@hono/hono": "jsr:@hono/hono@^4.7.1",
"@std/async": "jsr:@std/async@^1.0.11",
"@std/random": "jsr:@std/random@^0.1.0"
},
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "@hono/hono/jsx"
},
"lock": false,
"fmt": {
"indentWidth": 2,
"lineWidth": 69420,
"proseWrap": "preserve",
"semiColons": true,
"singleQuote": true,
"useTabs": false
}
}
|