Skip to content

Conversation

@herokwon
Copy link
Owner

🔍 개요

Cloudflare Workers를 통해 배포한 페이지에서 발생한 Error 1101 오류를 수정하였습니다.


🛠 변경 사항

  • .npmrc 파일 복구
  • wrangler 설정에서 workers_dev 속성 추가
  • pnpm lockfile 재생성
  • gen-types 스크립트에 포맷팅 작업 추가

❗ 관련 이슈


💬 참고 사항 (스크린샷, URL 등)

@herokwon herokwon self-assigned this Dec 21, 2025
Copilot AI review requested due to automatic review settings December 21, 2025 08:27
@herokwon herokwon added the 🐞 BugFix 버그 수정 label Dec 21, 2025
@herokwon herokwon linked an issue Dec 21, 2025 that may be closed by this pull request
3 tasks
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a Cloudflare Workers deployment error (Error 1101) by restoring project configuration files and adjusting deployment settings.

  • Enables the workers.dev development environment in Cloudflare Workers configuration
  • Restores pnpm hoisting configuration for proper dependency management
  • Adds automatic formatting to the type generation workflow

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
wrangler.jsonc Enables workers_dev to allow deployment to workers.dev subdomain, addressing the deployment error
pnpm-lock.yaml Regenerated lockfile reflecting dependency resolution updates (csstools package patch version bump)
package.json Adds automatic formatting step to gen-types script to ensure generated code follows project standards
.npmrc Restores pnpm configuration with shamefully-hoist and hoisted node-linker settings for dependency management
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit 50b9f7d
URL https://17d880b3-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

@herokwon herokwon temporarily deployed to Preview December 21, 2025 08:29 Inactive
@herokwon herokwon temporarily deployed to Preview December 22, 2025 11:25 Inactive
@github-actions
Copy link

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit 2e46367
URL https://d38ac046-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

@herokwon herokwon merged commit a616d0f into main Dec 22, 2025
8 checks passed
@herokwon herokwon deleted the fix/deploy-page-error branch December 22, 2025 11:26
@github-actions
Copy link

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Production
Commit a616d0f
URL https://blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 BugFix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Cloudflare Workers 배포 페이지 접속 오류

2 participants