Moved to Angular v20 and Tailwind v4 plus all related dependencies

Renamed Docker directory.

Also serving static files from FastAPI.
This commit is contained in:
2025-06-26 06:46:17 +00:00
parent 05b395af00
commit cb2b650375
253 changed files with 8626 additions and 1995 deletions
-1
View File
@@ -8,7 +8,6 @@ import { NavBarComponent } from './core/nav-bar/nav-bar.component';
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
standalone: true,
imports: [LoadingBarModule, NavBarComponent, RouterOutlet],
})
export class AppComponent {