zwischenzeit

This commit is contained in:
titver968
2025-02-26 11:02:21 +01:00
parent c924974db4
commit 30517e82f5
2 changed files with 4 additions and 3 deletions

View File

@@ -14,8 +14,8 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.5.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",

View File

@@ -4,4 +4,5 @@ import config from '$lib/config';
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
export const client = new Minio.Client(config.minio);
/** export const client = new Minio.Client(config.minio); */
export const client = new Client(config.minio);