mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
rename openapi generator to avoid IDE errors
This commit is contained in:
parent
acddaa25e0
commit
9220cabc03
2 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"lint": "eslint . --fix",
|
||||
"openapi-generate": "npx tsx ./openapi-generator.ts"
|
||||
"openapi-generate": "npx tsx ./openapi-generator.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinia/colada": "^0.15.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue