This commit is contained in:
lesion
2023-05-12 18:43:25 +02:00
parent 42b7dd1621
commit 3693df44d8
5 changed files with 9 additions and 5 deletions

View File

@@ -113,6 +113,10 @@
"jest": {
"testEnvironment": "jsdom"
},
"resolutions": {
"vue": "2.7.14",
"vue-template-compiler": "2.7.14"
},
"bin": {
"gancio": "server/cli.js"
},