Refactor FaceAI build process and update Docker configurations to include matcher binary

This commit is contained in:
MaddoScientisto 2026-04-19 11:00:50 +02:00
commit d36b0f4e46
15 changed files with 177 additions and 30 deletions

View file

@ -36,7 +36,6 @@ export function legacyAsset(path) {
export function injectLegacyStylesheets() {
const stylesheets = [
legacyAsset('/vendor/bootstrap/css/bootstrap.min.css'),
legacyAsset('/css/font-awesome.min.css'),
'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i',
legacyAsset('/css/custom-style.css')
];