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

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

Open
2 tasks done
dmint789 opened this issue Feb 28, 2025 · 0 comments
Open
2 tasks done

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

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

Comments

@dmint789
Copy link

dmint789 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)

Examples 🌈

No response

Motivation 🔦

This would make the Deno project setup more useful.

@dmint789 dmint789 added enhancement New feature or request needs triage labels Feb 28, 2025
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

1 participant