build: Add minio script (bun run minio)

This commit is contained in:
April Hall 2025-02-22 13:05:00 -05:00
parent f2a8b6f877
commit 6cf6d7e7e4
No known key found for this signature in database
GPG Key ID: A49AC35CB186266C
2 changed files with 1 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -12,6 +12,7 @@
"format": "prettier --write .", "format": "prettier --write .",
"lint": "eslint .", "lint": "eslint .",
"migrate": "npx @better-auth/cli migrate --config './src/lib/server/db/auth'", "migrate": "npx @better-auth/cli migrate --config './src/lib/server/db/auth'",
"minio": "minio server minio-storage",
"preview": "vite preview", "preview": "vite preview",
"prepare": "svelte-kit sync || echo ''", "prepare": "svelte-kit sync || echo ''",
"production": "tsm ./prodServer.ts" "production": "tsm ./prodServer.ts"