aleph.js
aleph.js copied to clipboard
The Full-stack Framework in Deno.
Does aleph cli really need all permissions? Instead of installing aleph cli with `-A` it would be better if it listed the minimum permissions needed to function.
I run the deno tasks build , and it creates a fold named dist. However , there is no index.html in the fold, even there is a file names main.tsx..there...
Warning the configuration file "deno.json" contains an entry for "importMap" that is being ignored.
However , the key is in the new deno.json , I hope it will not show the warning
I have just created a project and I added an about.tsx page to test things out. So far in the about page I only have this code: ``` import React...
For example: This is my library, that required those import_map entries ``` "mtproto": "https://deno.land/x/[email protected]/mod.ts", "mtproto/": "https://deno.land/x/[email protected]/", "denoflate": "https://deno.land/x/[email protected]/mod.ts", "std/": "https://deno.land/[email protected]/", "aes": "https://esm.sh/[email protected]", ``` it works fine in deno cli, but...
When I run the build command it shows:  The it fails because it can't read this file:  Seems like it is formating wrong that path, when I run...
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...
When I update a component file imported from page component, it is rendered correctly by HMR. However, when I reload the browser, the following warning appears in the browser console....
If you run the hello-world example in dev mode and make an edit to `examples/hello-world/style/index.css` (such as adding `background: blue;` on the main element), then it will apply immediately. But...