mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
Refactor BigQuery credentials handling in DataProcessor to use base64 encoded credentials from environment variables. Update Dockerfile and docker-compose.yml to use Bun instead of Node.js, and remove pnpm configuration. Adjust health checks and commands for Redis and Postgres services in docker-compose.yml.
This commit is contained in:
20
package.json
20
package.json
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"start": "node build/index.js",
|
||||
"start": "bun run build/index.js",
|
||||
"prepare": "svelte-kit sync || echo ''",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
@@ -48,14 +48,12 @@
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^7.1.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@prisma/client",
|
||||
"@prisma/engines",
|
||||
"@tailwindcss/oxide",
|
||||
"canvas",
|
||||
"esbuild",
|
||||
"prisma"
|
||||
]
|
||||
}
|
||||
"trustedDependencies": [
|
||||
"@prisma/client",
|
||||
"@prisma/engines",
|
||||
"@tailwindcss/oxide",
|
||||
"canvas",
|
||||
"esbuild",
|
||||
"prisma"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user