protibimbok / django-vite-plugin

This plugin configures Vite for use with Django backend.
103 stars 13 forks source link

Where is vite.config.js ? #2

Closed JohnZolton closed 1 year ago

JohnZolton commented 1 year ago

I followed the steps up until the vite.config.js portion. There wasn't a vite.config.js file in my project, where should I put it?

protibimbok commented 1 year ago

This should be in your project's root directory. Please see the example.

To learn about Vite and what it does please refer to the Vite's official documentation