diff --git a/bun.lockb b/bun.lockb index 4f9038e..0959678 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fe8ea6e..02a3cd5 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "format": "prettier --write .", "lint": "eslint .", "migrate": "npx @better-auth/cli migrate --config './src/lib/server/db/auth'", + "minio": "minio server minio-storage", "preview": "vite preview", "prepare": "svelte-kit sync || echo ''", "production": "tsm ./prodServer.ts"