I hope this is the right channel for this. (Deno team is probably already aware of this, but posting just in case).
The issue is that if the command line directions are followed, I'm getting an error. The directions on Deno Docs [ https://deno.com/deploy/docs/vite] has the recommendation for 'deno task build'. Which is needed to not have an error.
If possible please update the directions in the command line to something equivalent to the documentation.
for example
Done. Now run:
cd notifications-page-test
deno task dev
Done. Now run:
cd notifications-page-test
deno task dev
should be
Done. Now run:
cd notifications-page-test
deno task build
deno task dev
Done. Now run:
cd notifications-page-test
deno task build
deno task dev
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.