change fport for generate schema

This commit is contained in:
Georges-Antoine Assi
2025-07-24 23:21:13 -04:00
parent 9fd1adbbfb
commit bdbffa7566

View File

@@ -24,7 +24,7 @@
"build": "npm run typecheck && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"generate": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/__generated__ --client axios --useOptions --useUnionTypes --exportServices false --exportSchemas false --exportCore false"
"generate": "openapi --input http://127.0.0.1:3000/openapi.json --output ./src/__generated__ --client axios --useOptions --useUnionTypes --exportServices false --exportSchemas false --exportCore false"
},
"dependencies": {
"@mdi/font": "7.4.47",