dragonsnooz
dragonsnooz12mo ago

Deno Vite App CLI doesn't match Deploy Docs

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
No description
No description
2 Replies
NDH
NDH12mo ago
Can't help, but perhaps you should fix the spelling in the title from Vita to vite
dragonsnooz
dragonsnooz12mo ago
Good catch!