Update wrangler.toml

This commit is contained in:
denysmatrix1022 2025-01-15 06:20:12 +02:00 committed by GitHub
parent eda10b1212
commit 3f14696c98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,3 +3,6 @@ name = "bolt"
compatibility_flags = ["nodejs_compat"]
compatibility_date = "2024-07-01"
pages_build_output_dir = "./build/client"
[build]
command = "npm install -g pnpm && pnpm install && pnpm run build"