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)
Examples 🌈
No response
Motivation 🔦
This would make the Deno project setup more useful.
The text was updated successfully, but these errors were encountered:
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)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: