feat(rustfs): add test script, dependencies, and configuration template

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Misaka_Company
2026-03-17 15:49:20 +08:00
parent db44618ee5
commit 7bc6daf1b7
4 changed files with 1891 additions and 4 deletions

View File

@@ -26,7 +26,8 @@
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report",
"debug:erp-login": "tsx src/main/tools/erp-login-debug.ts",
"debug:config-path": "tsx src/main/tools/config-path-debug.ts"
"debug:config-path": "tsx src/main/tools/config-path-debug.ts",
"test:rustfs": "tsx src/main/tools/rustfs-test.ts"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.2",
@@ -49,7 +50,8 @@
"winston": "^3.19.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^4.3.6",
"zustand": "^5.0.11"
"zustand": "^5.0.11",
"@aws-sdk/client-s3": "^3.929.0"
},
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "^3.0.0",