You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.json file with the scripts and the basic configuration + package list inside of it
No tsconfig.json file; the TS configuration should also be included in deno.json (see the docs)
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.
The text was updated successfully, but these errors were encountered:
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.
Uh oh!
There was an error while loading. Please reload this page.
Duplicates
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.json
file with the scripts and the basic configuration + package list inside of ittsconfig.json
file; the TS configuration should also be included indeno.json
(see the docs)Some sort of clarification in the[this won't be relevant after the WIP update to Solid Start, so no point in fixing this now]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.
The text was updated successfully, but these errors were encountered: