rename openapi generator to avoid IDE errors

This commit is contained in:
Gauthier Roebroeck 2025-05-21 17:18:22 +08:00
parent 8cae8fbd54
commit e6476c2d9f
2 changed files with 1 additions and 1 deletions

View file

@ -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",