-
Notifications
You must be signed in to change notification settings - Fork 0
fix: Cloudflare Workers 배포 페이지 접속 오류 #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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.
⚡Deploying with Cloudflare Workers
|
⚡Deploying with Cloudflare Workers
|
⚡Deploying with Cloudflare Workers
|
🔍 개요
🛠 변경 사항
.npmrc파일 복구workers_dev속성 추가gen-types스크립트에 포맷팅 작업 추가❗ 관련 이슈
💬 참고 사항 (스크린샷, URL 등)