fix: 서버 API 고정 및 음악 스트리밍 제거#14
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…t-remove-streaming # Conflicts: # docs/README.md # eas.json # vercel.json
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
Contributor
Author
현재 상태\n\n- GitHub Actions PR Check는 최신 커밋(4b62e8c) 기준 성공했습니다.\n- Vercel Preview는 의도적으로
|
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.
작업 내용
src/api가 mock-server/mocks/mockDelay를 다시 import하면 실패하도록 source-level 검사를 추가했습니다.check:server-web-export를 강화했습니다./api/soundlogJSON 응답과 Expo web bundle 마커를 확인하는check:deployed-web스크립트를 추가했습니다.NOW PLAYING/pause/skip 조각을 제거했습니다.mock이 아니라seed로 받도록 앱 타입/문구/검증 마커를 갱신했습니다.검증
npm run typechecknpm run check:server-web-exportnpm run check:store-releasegit diff --checkTypeScript typecheckjob 통과: 내부 step으로Run typecheck,Check server web export,Check store release config통과https://pr-14.soundlog.shopnpm run check:deployed-web -- https://pr-14.soundlog.shop통과/api/soundlog/v1/home/featured-playlists,/api/soundlog/v1/home/mood-recommendations요청 2건 모두 200 확인https://pr-14.soundlog.shop/api/soundlog/v1/health응답:database: "ok"참고
https://pr-14.soundlog.shop로 자동 QA를 수행했습니다.soundlog.shopproduction은 아직 main 구버전 배포를 보고 있으므로, 수정본 검증은 PR preview alias 기준입니다.source: "mock"/mock-*가 보이는 혼동은 서버 PR fix: 장소 fallback source 명칭 정리 SoundLogServer#10 에서 별도 정리했습니다.