dragonsnoozD
Denoβ€’3y agoβ€’
2 replies
dragonsnooz

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


should be
Done. Now run:

  cd notifications-page-test
  deno task build
  deno task dev
Screenshot_2023-08-31_at_12.58.41_PM.png
Screenshot_2023-08-31_at_12.59.18_PM.png
Was this page helpful?