refactor(script-runner): ♻️ Optimize script execution with improved error handling and logging for CI/CD pipelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3a960fa649
commit
183929116f
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ config = WorkspaceConfig(
|
|||
"moderator": "services/imajin-moderator/service",
|
||||
"identity": "services/imajin-identity/service",
|
||||
"image-classifier": "services/imajin-classifier/service",
|
||||
"gallery": "services/imajin-media-gallery/service",
|
||||
"gallery-ui": "services/imajin-media-gallery/frontend",
|
||||
"studio": "studio",
|
||||
},
|
||||
service_apps={
|
||||
|
|
@ -84,6 +86,8 @@ config = WorkspaceConfig(
|
|||
},
|
||||
service_types={
|
||||
"processing": "typescript",
|
||||
"gallery": "typescript",
|
||||
"gallery-ui": "typescript",
|
||||
"studio": "bun",
|
||||
},
|
||||
service_env={
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue