-
Hi, it would be great if this module worked on Deno
It seems you use http2, which is incompatible with Deno 😢
- https://github.com/alephjs/esm.sh/issues/224
-
what is missing in alephjs for usage in prod ? this may help dev to cotrube to aleph dev
-
compile the alephjs app into a self-contained executable with `deno compile` command.
ref: https://deno.land/manual@v1.7.1/tools/compiler
-
-
After the very quick fix of alephjs/esm.sh#181 by @ije (you are a living legend, thanks!), I now noticed that the `aleph build` commands does not exit after finishing, requiring a manual Ctrl+C to go …
-
I discovered AlephJs and I really love it, it just works out of box like magic. I'm trying to add support for TailwindCSS but I have no I idea where to start.
The documentation here suggest to use Po…
-
It would be nice if there were an ***easy*** way to support publishing [OpenAPI Specification](https://swagger.io/specification/) specifications for api routes. Possibly via decorators on API route h…
-
Can not install using the instructions here:
https://alephjs.org/docs/get-started
```
deno
Deno.version
{ deno: "1.21.0", v8: "10.0.139.17", typescript: "4.6.2" }
```
```
deno run -A https…
-
## What is React Server Components?
Please watch this [talk](https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html) introducing experimental Server Components. The tal…
-
Having an option to switch to dark mode will make the docs look much more appealing.