django-vite-example
django-vite-example copied to clipboard
npm run dev doesnt work
Running npm run dev outputs
vite v2.3.7 dev server running at:
> Local: http://localhost:3000/static/
> Network: use `--host` to expose
ready in 164ms.
But navigating to http://localhost:3000/static/ is just a blank page.
Is this supposed to run the vite server?
Same issue, and by the way the folder "dist" is staying empty although there's no error.
Same here 😕