fix: fixes broken build

This commit is contained in:
2025-11-02 18:39:19 -03:00
parent 1cc4eb5ccd
commit bf63a1fa73
5 changed files with 4478 additions and 37 deletions

View File

@@ -1,5 +1,11 @@
node_modules
dist
.github
.gitignore
Dockerfile
README.md
.k8s
.k8s
.env
.secret

1
.gitignore vendored
View File

@@ -46,5 +46,4 @@ Thumbs.db
src/assets/env.js
.env
.secret

View File

@@ -4,10 +4,8 @@ FROM base AS build
WORKDIR /app
RUN npm install -g @angular/cli@20.3.8
COPY package*.json ./
RUN npm install --production
RUN npm install
COPY . .
RUN npm run build:prod

4501
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,6 +48,7 @@
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.8",
"@angular-eslint/builder": "^19.8.1",
"@angular-eslint/eslint-plugin": "^20.5.0",
"@angular-eslint/eslint-plugin-template": "^20.5.0",