Updates to the .env.example file for better configuration clarity and fixes to asset imports in src/App.jsx to resolve path issues #4
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.
Help us understand your motivation by explaining why you decided to make this change.
You can learn more about contributing to appwrite here: https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md
Happy contributing!
-->
What does this PR do?
This pull request includes updates to the
.env.example
file for better configuration clarity and fixes to asset imports insrc/App.jsx
to resolve path issues. Below are the key changes grouped by theme:Configuration Updates:
.env.example
to include example values forVITE_APPWRITE_PROJECT_ID
andVITE_APPWRITE_ENDPOINT
, making it easier for developers to set up their environment. Removed the placeholder entry forVITE_APPWRITE_PROJECT_NAME
, which appears unused.Asset Import Fixes:
AppwriteSvg
andReactSvg
insrc/App.jsx
by changing them to absolute paths (/src/...
) to resolve potential issues with relative paths.<!--Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
No
Have you read the Contributing Guidelines on issues?
Yes