Skip to content

Commit

Permalink
fix: remove warnings from ci build
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Jun 3, 2024
1 parent 8ace176 commit 98a161c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions apps/verifier-frontend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
"@angular/material/prebuilt-themes/indigo-pink.css",
"apps/verifier-frontend/src/styles.scss"
],
"scripts": []
"scripts": [],
"allowedCommonJsDependencies": "qrcode"
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { KeyService } from './key.service';
import { Injectable } from '@nestjs/common';
import { Signer } from '@sd-jwt/types';
import { ConfigService } from '@nestjs/config';
import { join } from 'node:path';

//TODO: implement a vault integration like in the backend
/**
Expand Down

0 comments on commit 98a161c

Please sign in to comment.