Initialize docker build configuration.

This commit is contained in:
Florian THIERRY
2024-09-18 10:18:40 +02:00
parent ef32572521
commit 0e2fb945a4
13 changed files with 275 additions and 49 deletions

View File

@@ -1,3 +1,5 @@
/// <reference types="@angular/localize" />
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';