Skip to content

[Feature?]: add Deno project setup template #1837

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

Open
2 tasks done
mintydev789 opened this issue Feb 28, 2025 · 4 comments
Open
2 tasks done

[Feature?]: add Deno project setup template #1837

mintydev789 opened this issue Feb 28, 2025 · 4 comments
Labels
enhancement New feature or request needs triage

Comments

@mintydev789
Copy link

mintydev789 commented Feb 28, 2025

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Summary 💡

There is a Deno project setup in the docs, but it doesn't actually use Deno features; seems to just be the regular node setup. It would be good to have a proper setup template for Deno with the following:

  1. deno.json file with the scripts and the basic configuration + package list inside of it
  2. No tsconfig.json file; the TS configuration should also be included in deno.json (see the docs)
  3. Some sort of clarification in the README.md that if you want to deploy to Deno Deploy (or elsewhere), you need to build the project and then run .output/server/index.mjs (I just figured this out with trial and error) [this won't be relevant after the WIP update to Solid Start, so no point in fixing this now]

Examples 🌈

No response

Motivation 🔦

This would make the Deno project setup more useful.

@mintydev789 mintydev789 added enhancement New feature or request needs triage labels Feb 28, 2025
@sparklog
Copy link

use Nuxt template to bulid in Deno Deploy is okay.

@mintydev789
Copy link
Author

use Nuxt template to bulid in Deno Deploy is okay.

Can you elaborate a little? I'm not fully understanding what you mean. Nuxt template for what exactly?

@sparklog
Copy link

solid-start can be deployed with Nuxt template in deno deploy dashboard. It works well.

@mintydev789
Copy link
Author

solid-start can be deployed with Nuxt template in deno deploy dashboard. It works well.

Oh, cause both work with Vinxi? Well, that's probably not gonna be relevant anymore soon after the upcoming "devinxification". But then again, point 3. of this issue won't be relevant anymore either. I'll cross it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

2 participants