aleph.js
aleph.js copied to clipboard
The Full-stack Framework in Deno.
"mailto" links are incorrect generated. Source code: ``` [email protected] ``` Browser HTML: ``` [email protected] ``` aleph --version output: ``` aleph.js 0.3.0-beta.19 deno 1.17.1 v8 9.7.106.15 typescript 4.5.2 ```
### Description Running `aleph start` fails with the following output: ``` $ aleph start -L debug TIMING load config in 10ms TIMING init env in 7ms TIMING apply plugins in...
Would be awesome to have support for [MDX](https://mdxjs.com/) so you can easily build docs or blog websites
Hey guys, thanks for Aleph.js! I'm using a custom version of @ije 's Windi CSS plugin but it shouldn't have an impact here. In the generated module `/app/.aleph/production/app.bundling.js`, you can...
```javascript ❯ aleph start INFO Download https://deno.land/x/[email protected]/index.ts/external.ts WARN Download https://deno.land/x/[email protected]/index.ts/external.ts failed, retrying... WARN Download https://deno.land/x/[email protected]/index.ts/external.ts failed, retrying... WARN Download https://deno.land/x/[email protected]/index.ts/external.ts failed, retrying... WARN Download https://deno.land/x/[email protected]/index.ts/external.ts failed, retrying... WARN Download https://deno.land/x/[email protected]/index.ts/external.ts...
I love Aleph; even though it is in its early stages, I still find it cleaner, faster and more stable than some mature builders like Parcel. However, it's been almost...
Doing a build to try to bypass the CORS issue, seems to fail: ```Download https://deno.land/x/[email protected]/commands/upgrade.ts Looking up latest version... Already up-to-date! > aleph build > .aleph/production/lib/billingclient.bundling.js:3142:4: error: Transforming async generator...
``` error: Found argument '--allow-plugin' which wasn't expected, or isn't valid in this context Did you mean --allow-run? ```
Example code: (`api/wallet.ts`) ```ts import { balance } from 'https://deno.land/x/[email protected]/deno/mod.ts' import { LRU } from 'https://deno.land/x/[email protected]/mod.ts' import type { APIHandler } from 'aleph/types.d.ts' type ThenArg = T extends PromiseLike ?...
Mac init project error,Could not use a template named hello-world. Please check your spelling and try again 