Skip to content

Commit ade30e0

Browse files
committed
Fix client build warnings
1 parent 13c7f03 commit ade30e0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

apps/client-asset-sg/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"assets": ["apps/client-asset-sg/src/favicon.ico", "apps/client-asset-sg/src/assets"],
2020
"styles": ["apps/client-asset-sg/src/styles.scss"],
2121
"scripts": [],
22-
"allowedCommonJsDependencies": ["tsafe", "xml-utils", "pbf", "rbush", "earcut", "@prisma/client"]
22+
"allowedCommonJsDependencies": ["tsafe", "xml-utils", "pbf", "rbush", "earcut", "@prisma/client", "validator"]
2323
},
2424
"configurations": {
2525
"production": {

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)