Hi All,
I want to include JS file in index.html
but folder static is not included in application.
In previous V6 version (before vite) it was without problem.
where I need to place JS file to be compiled in app?
Hi All,
I want to include JS file in index.html
but folder static is not included in application.
In previous V6 version (before vite) it was without problem.
where I need to place JS file to be compiled in app?
it should be placed into public
folder