mirror of
https://github.com/gotson/komga.git
synced 2025-12-14 12:32:41 +01:00
rename openapi generator to avoid IDE errors
This commit is contained in:
parent
8cae8fbd54
commit
e6476c2d9f
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