Skip to content

Commit

Permalink
Merge pull request #8756 from ever-co/fix/desktop-timer-build
Browse files Browse the repository at this point in the history
[Fix] Desktop timer build
  • Loading branch information
evereq authored Jan 25, 2025
2 parents e8b67d5 + 1ba1b61 commit f0e05c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/desktop-timer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"../../../dist/packages/desktop-core",
"../../../dist/packages/desktop-lib",
"../../../dist/packages/desktop-window",
"../../../dist/packages/ui-config"
"../../../dist/packages/ui-config",
"../../../dist/packages/constants"
]
},
"build": {
Expand Down Expand Up @@ -139,6 +140,7 @@
"@gauzy/desktop-lib": "file:../../../dist/packages/desktop-lib",
"@gauzy/desktop-window": "file:../../../dist/packages/desktop-window",
"@gauzy/ui-config": "file:../../../dist/packages/ui-config",
"@gauzy/constants": "file:../../../dist/packages/constants",
"@sentry/electron": "^4.18.0",
"@sentry/profiling-node": "^7.101.1",
"@sentry/replay": "^7.101.1",
Expand Down

0 comments on commit f0e05c2

Please sign in to comment.