mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add vite package group
This commit is contained in:
parent
9532c5f0b5
commit
60ab948aad
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
|||
"linkify"
|
||||
],
|
||||
"groupName": "linkify"
|
||||
},
|
||||
{
|
||||
"matchPackagePrefixes": [
|
||||
"@vitejs/"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"vite"
|
||||
],
|
||||
"groupName": "vite"
|
||||
}
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
|
|
Loading…
Reference in a new issue