diff --git a/next-ui/openapi-generator.ts b/next-ui/openapi-generator.mts similarity index 100% rename from next-ui/openapi-generator.ts rename to next-ui/openapi-generator.mts diff --git a/next-ui/package.json b/next-ui/package.json index ce3429dab..c20a5b1d5 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -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",