refactor(extension): centralize extension configuration and add store listing documentation with privacy policy#54
Merged
Conversation
… production deployment URLs
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
개요
작업 내용
refactor):apps/extension/config.ts를 신설하여 실행 모드(개발/프로덕션)에 따라 API 기반 도메인을 분기하도록 설정함API_BASE_URL등으로 통일화함wxt.config.ts설정 파일에 배포 대상 도메인(https://api.dookmark.site/*,https://dookmark.site/*)의 호스트 권한 및 외부 연결 명세를 연계하여 배포 시 통신 에러 방지 처리함feat):STORE_LISTING.md작성함bookmarks,tabs,sidePanel) 및 서비스 단일 목적 명세서 준비 완료feat):apps/web/app/privacy/page.tsx페이지 추가함검증 결과
tsc --noEmit통과biome check(또는lint/format) 통과비고