aboutsummaryrefslogtreecommitdiff
path: root/deno/gateway/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno/gateway/deno.json')
-rw-r--r--deno/gateway/deno.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/deno/gateway/deno.json b/deno/gateway/deno.json
new file mode 100644
index 0000000..db2fab2
--- /dev/null
+++ b/deno/gateway/deno.json
@@ -0,0 +1,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"
+ }
+}