mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-05-07 15:19:53 +09:00
feature: v1
This commit is contained in:
parent
6b1e6c945f
commit
6d8acb2752
11
deno.json
Normal file
11
deno.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-net --allow-env --allow-read --watch src/main.ts",
|
||||
"start": "deno run --allow-net --allow-env --allow-read src/main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"$std/": "https://deno.land/std@0.208.0/",
|
||||
"hono": "https://deno.land/x/hono@v4.3.11/mod.ts",
|
||||
"hono/": "https://deno.land/x/hono@v4.3.11/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user