Convex admin manages all js files in assets folder and it also allows users to add their own js files inside assets folder. Both app-assets and assets folders can be found in root of the downloaded package. All vendor js can be found under /app-assets/vendors/js/.
Js files structure for convex assets.
convex-html/
├── src/
| ├── js/
js folder contails all js files of the template.
Js files structure for assets.
Users can include their js files in assets/js folder to avoid any unwanted behavior.
convex-html/
├── assets/
| ├── js/