feat: OpenAPI YAML support for frontend toolserver

This commit is contained in:
Thomas Rehn
2025-04-09 09:46:44 +02:00
parent 81af20aa9b
commit 17ea20d3ad
3 changed files with 32 additions and 9 deletions

View File

@@ -113,7 +113,8 @@
"turndown": "^7.2.0",
"undici": "^7.3.0",
"uuid": "^9.0.1",
"vite-plugin-static-copy": "^2.2.0"
"vite-plugin-static-copy": "^2.2.0",
"yaml": "^2.7.1"
},
"engines": {
"node": ">=18.13.0 <=22.x.x",