Skip to content

Commit

Permalink
fix: fix activation error
Browse files Browse the repository at this point in the history
Relates to #245

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored and dgolovin committed Jan 3, 2025
1 parent e56bbe6 commit 9dc63ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const config = {
rollupOptions: {
external: [
'@podman-desktop/api',
'@kubernetes/client-node',
...builtinModules.flatMap(p => [p, `node:${p}`]),
],
output: {
Expand Down

0 comments on commit 9dc63ad

Please sign in to comment.