Fix/apiDocsBuild (#989)

* copy api json to docs

* copy api json to docs

* improvements

* fix web build

* mjs > js
This commit is contained in:
slothful-vassal
2026-05-12 11:28:04 +02:00
committed by GitHub
parent 0bb55ef84e
commit 611a7b5f02
11 changed files with 59 additions and 13871 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"openapi:generate": "node scripts/generate-openapi.js",
"start": "node watcher.js & node build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",