Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The target of build is wrong #460

Open
Decodetalkers opened this issue Apr 26, 2022 · 4 comments
Open

The target of build is wrong #460

Decodetalkers opened this issue Apr 26, 2022 · 4 comments

Comments

@Decodetalkers
Copy link

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 maybe something wrong with the build command?

@Decodetalkers Decodetalkers changed the title The target of build is run The target of build is wrong Apr 26, 2022
@heinthanth
Copy link

SSG is dropped in the new version! So, we can't generate a static site. Maybe later, the developers will give us some workaround.

@ije
Copy link
Member

ije commented Apr 26, 2022

The goal of the new version is serverless first, the build command builds JS for serverless platform like Deno Deploy or Cloudflare that doesn't support dynamic import, also pre-build JS for client(browser). In your own deno env, you can run deno task start after build.

@Decodetalkers
Copy link
Author

The goal of the new version is serverless first, the build command builds JS for serverless platform like Deno Deploy or Cloudflare that doesn't support dynamic import, also pre-build JS for client(browser). In your own deno env, you can run deno task start after build.

I think SSG is needed.. I want to use aleph.js in tauri and electrion. there ssg is needed..

@cdaringe
Copy link

if there's an issue for SSG to subscribe to... i'd love to subscribe! i just re-created a small app in aleph "knowing" it supported SSG, only find this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants