[Feature?]: add Deno project setup template
Duplicates
- [x] I have searched the existing issues
Latest version
- [x] 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:
deno.jsonfile with the scripts and the basic configuration + package list inside of it- No
tsconfig.jsonfile; the TS configuration should also be included indeno.json(see the docs) - ~Some sort of clarification in the
README.mdthat 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.
use Nuxt template to bulid in Deno Deploy is okay.
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?
solid-start can be deployed with Nuxt template in deno deploy dashboard. It works well.
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.
Can this issue be closed?
Yeah, I think this is more in the scope of the deno init --npm command.