ausocean / openfish

OpenFish is an open-source system written in GoLang for classifying marine species. Tasks involve importing video or image data, classifying and annotating data (both manually and automatically), searching, and more. It is expected that OpenFish will use utilize computer vision and machine learning techniques.
https://ausocean.github.io/openfish/
Other
6 stars 0 forks source link

Use glob to determine vite build inputs #128

Closed scott97 closed 5 months ago

scott97 commented 5 months ago

A newly added html file was not being included in the build step by vite. The inputs are now no longer hardcoded - using a glob, so this should not happen again.