Skip to content

Commit ccb7dfe

Browse files
committed
Attempt to fix Github Action odd issue - vitejs/vite#15532 (comment)
1 parent fc58a4c commit ccb7dfe

File tree

2 files changed

+230
-0
lines changed

2 files changed

+230
-0
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,8 @@
7575
"cookie": "^0.7.0",
7676
"glob": "^9.0.0",
7777
"vite": "^6.0.5"
78+
},
79+
"optionalDependencies": {
80+
"@rollup/rollup-linux-x64-gnu": "^4.29.0"
7881
}
7982
}

0 commit comments

Comments
 (0)