debug logs and gitignore
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 47s

This commit is contained in:
Satria 2026-03-19 21:42:03 +07:00
commit 7834d1f4b5
2 changed files with 5 additions and 1 deletions

View file

@ -27,5 +27,6 @@ jobs:
- name: Deploy to Cloudflare Workers - name: Deploy to Cloudflare Workers
run: bunx wrangler deploy run: bunx wrangler deploy
env: env:
WRANGLER_LOG: "debug"
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

3
.gitignore vendored
View file

@ -19,3 +19,6 @@ Thumbs.db
# Vite # Vite
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
# Wrangler
.wrangler