-
- Downloads
Add DeleteModal when deleting a workflow execution
parent
db63fb7f
No related branches found
No related tags found
This commit is part of merge request !43. Comments created here will be created in the context of that merge request.
... | ... | @@ -10,7 +10,7 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"generate-s3-client": "openapi --input https://clowm-staging.bi.denbi.de/api/s3proxy-service/openapi.json --output src/client/s3proxy --client axios", | ||
"generate-auth-client": "openapi --input https://clowm-staging.bi.denbi.de/api/auth-service/openapi.json --output src/client/auth --client axios", | ||
"generate-workflow-client": "openapi --input http://localhost:9999/api/workflow-service/openapi.json --output src/client/workflow --client axios" | ||
"generate-workflow-client": "openapi --input https://clowm-staging.bi.denbi.de/api/workflow-service/openapi.json --output src/client/workflow --client axios" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.290.0", | ||
... | ... |
Please register or sign in to comment