@fedify/init 2.2.0-pr.732.35 → 2.3.0-dev.1005
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/deno.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,8 @@ Supported options
|
|
|
25
25
|
|
|
26
26
|
The initializer supports the following project configurations:
|
|
27
27
|
|
|
28
|
-
- **Web frameworks**: Bare-bones, [Hono], [Nitro], [Next.js], [Elysia],
|
|
28
|
+
- **Web frameworks**: Bare-bones, [Hono], [Nitro], [Next.js], [Elysia],
|
|
29
|
+
[Express]
|
|
29
30
|
- **Package managers**: Deno, pnpm, Bun, Yarn, npm
|
|
30
31
|
- **Key-value stores**: In-Memory, Deno KV, Redis, PostgreSQL
|
|
31
32
|
- **Message queues**: In-Process, Deno KV, Redis, PostgreSQL, AMQP
|
package/dist/deno.js
CHANGED