Skip to content

fix(env): add .env.example with VITE_API_BASE_URL#377

Open
zigzagdev wants to merge 1 commit into
chore/proxy-adapt-image_urlfrom
fix/env-vite-api-base-url
Open

fix(env): add .env.example with VITE_API_BASE_URL#377
zigzagdev wants to merge 1 commit into
chore/proxy-adapt-image_urlfrom
fix/env-vite-api-base-url

Conversation

@zigzagdev
Copy link
Copy Markdown
Owner

Summary

  • .env.example を追加し、バックエンドプロキシ用の VITE_API_BASE_URL が必要であることをドキュメント化
  • .env.local / .env.production.gitignore 対象のため、開発者が .env.example をコピーしてローカル環境を構築できるようにする

Test plan

  • cp .env.example .env.local でローカル環境を構築できることを確認
  • import.meta.env.VITE_API_BASE_URLundefined にならないことを確認

関連

Closes #375
Part of #374

🤖 Generated with Claude Code

Documents the required VITE_API_BASE_URL variable for the backend
image proxy endpoint. Resolves #375.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant