We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091b97d commit 59f3878Copy full SHA for 59f3878
.github/workflows/deploy-optimized.yml
@@ -59,6 +59,10 @@ jobs:
59
run: pnpm type-check
60
61
- name: Build for production
62
+ env:
63
+ VITE_TMDB_API_KEY: ${{ secrets.VITE_TMDB_API_KEY }}
64
+ VITE_TMDB_BASE_URL: https://api.themoviedb.org/3
65
+ VITE_TMDB_IMAGE_URL: https://image.tmdb.org/t/p/w500
66
run: |
67
# ES Modules 이슈 해결을 위한 임시 조치
68
cd apps/watcha_clone_coding
0 commit comments