restructure the entire backend layout using workspaces (#815)

This commit is contained in:
Kai Jellinghaus
2022-10-29 11:58:06 +02:00
committed by GitHub
parent 687fc102d5
commit 6263e90735
89 changed files with 9009 additions and 8975 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
cp ../backend/openapi.yaml openapi.yaml
cp ../backend/windmill-api/openapi.yaml openapi.yaml
npx @redocly/openapi-cli@latest bundle openapi.yaml > openapi-bundled.yaml