feat: test everything
Node.js CI / CI (pull_request) Successful in 37s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 59s

This commit is contained in:
2025-12-27 19:50:53 -08:00
parent ce6ead203b
commit 5e3e5bf2cc
13 changed files with 899 additions and 14 deletions
-2
View File
@@ -7,7 +7,6 @@ import {
type ApplicationConfig,
provideBrowserGlobalErrorListeners,
} from "@angular/core";
import { APP_BASE_HREF } from "@angular/common";
import { provideRouter } from "@angular/router";
// eslint-disable-next-line import/extensions -- This is not a file extension.
import { routes } from "./app.routes";
@@ -16,6 +15,5 @@ export const appConfig: ApplicationConfig = {
providers: [
provideBrowserGlobalErrorListeners(),
provideRouter(routes),
{ provide: APP_BASE_HREF, useValue: "/" },
],
};