Conversation
Ref(#129)/ 프로젝트 전체 구조도 변경 및 타입스크립트 추가
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR restructures the project and adds TypeScript support while updating related configuration files and workflows.
- Introduces TypeScript dependencies and a new next.config.ts file.
- Updates Dockerfile and deploy workflow to reference the new TypeScript configuration.
- Revises GitHub templates for consistency and clarity.
Reviewed Changes
Copilot reviewed 148 out of 148 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Added TypeScript and type declarations to devDependencies. |
| next.config.ts | Created a new Next.js configuration file using TypeScript. |
| Dockerfile | Updated file references from next.config.mjs to next.config.ts. |
| .github/workflows/deploy.yml | Adjusted zip command to include next.config.ts instead of .mjs. |
| .github/PULL_REQUEST_TEMPLATE.md | Updated PR template sections for clearer communication. |
| .github/ISSUE_TEMPLATE/신규-기능-개발-이슈.md | Added a new issue template for feature requests. |
| .github/ISSUE_TEMPLATE/문제-수정-요청-이슈.md | Added a new issue template for fix requests. |
| .github/ISSUE_TEMPLATE/버그-요청-이슈.md .github/ISSUE_TEMPLATE/기능-요청-이슈.md |
Removed outdated issue templates. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Related Issue
📝 PR Description