aboutsummaryrefslogtreecommitdiff
path: root/deno/gateway/deno.json
blob: db2fab2269460bed2b4803a4f2355462aec30132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "imports": {
    "hono": "jsr:@hono/hono@^4.12.8"
  },
  "tasks": {
    "start": "deno run --allow-net main.ts",
    "compile": "deno compile -o out/crupest-gateway -A main.ts"
  },
  "compilerOptions": {
    "jsx": "precompile",
    "jsxImportSource": "hono/jsx"
  }
}