Skip to content

Commit 0db5ed2

Browse files
committed
fix finetuning issues + add error UI for import sample workflow fails
Signed-off-by: wwanarif <[email protected]>
1 parent 80965ec commit 0db5ed2

File tree

7 files changed

+374
-150
lines changed

7 files changed

+374
-150
lines changed

studio-frontend/packages/server/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"typeorm": "^0.3.6",
8888
"uuid": "^9.0.1",
8989
"winston": "^3.9.0",
90-
"https-proxy-agent": "^7.0.4"
90+
"https-proxy-agent": "^7.0.4",
91+
"archiver": "^6.0.1"
9192
},
9293
"devDependencies": {
9394
"@types/content-disposition": "0.5.8",
@@ -105,6 +106,7 @@
105106
"start-server-and-test": "^2.0.3",
106107
"ts-node": "^10.7.0",
107108
"tsc-watch": "^6.0.4",
108-
"typescript": "^5.4.5"
109+
"typescript": "^5.4.5",
110+
"@types/archiver": "^6.0.2"
109111
}
110112
}

0 commit comments

Comments
 (0)