Skip to content

Commit 4bb2705

Browse files
authored
Merge pull request #410 from sij411/feat/inbox
2 parents aa7c619 + bbac33b commit 4bb2705

File tree

11 files changed

+1361
-96
lines changed

11 files changed

+1361
-96
lines changed

packages/cli/deno.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
"@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.3.0",
1414
"@jimp/wasm-webp": "npm:@jimp/wasm-webp@^1.6.0",
1515
"@jimp/core": "npm:@jimp/core@^1.6.0",
16-
"@std/fmt/colors": "jsr:@std/fmt@^0.224.0/colors"
16+
"@std/fmt/colors": "jsr:@std/fmt@^0.224.0/colors",
17+
"cli-table3": "npm:cli-table3@^0.6.5",
18+
"hono": "jsr:@hono/hono@^4.8.3",
19+
"@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1",
20+
"shiki": "npm:shiki@^1.6.4",
21+
"srvx": "npm:srvx@^0.8.7"
1722
},
1823
"exclude": [
1924
"fedify-cli-*.tar.xz",

packages/cli/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"@cross/dir": "jsr:@cross/dir@^1.1.0",
4747
"@hongminhee/localtunnel": "^0.3.0",
4848
"@std/fmt/colors": "jsr:@std/fmt@^0.224.0/colors",
49-
"@david/dax": "jsr:@david/dax@^0.43.2"
49+
"@david/dax": "jsr:@david/dax@^0.43.2",
50+
"cli-table3": "^0.6.5",
51+
"hono": "^4.8.3",
52+
"@poppanator/http-constants": "^1.1.1",
53+
"shiki": "^1.6.4",
54+
"srvx": "^0.8.7"
5055
}
5156
}

packages/cli/src/inbox.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)