Skip to content

Commit

Permalink
chore(governance): fix assets projection configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oldalbus committed Oct 4, 2024
1 parent 1aa9692 commit e91243c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/governance/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"main": "apps/governance/src/main.tsx",
"polyfills": "apps/governance/src/polyfills.ts",
"tsConfig": "apps/governance/tsconfig.app.json",
"assets": [
"apps/governance/src/favicon.ico",
"apps/governance/src/assets"
],
"assets": ["apps/governance/src/assets"],
"styles": ["apps/governance/src/styles.css"],
"scripts": [],
"webpackConfig": "apps/governance/webpack.config.js"
Expand Down

0 comments on commit e91243c

Please sign in to comment.