suid: workaround vite-plugin import problem

This commit is contained in:
thislight 2025-03-15 14:12:40 +08:00
parent 44a69c8517
commit 8f7d28d525
3 changed files with 19 additions and 1 deletions

View file

@ -76,5 +76,8 @@
"packageManager": "bun@1.1.34",
"trustedDependencies": [
"edgedriver"
]
],
"patchedDependencies": {
"@suid/vite-plugin@0.3.1": "patches/@suid%2Fvite-plugin@0.3.1.patch"
}
}