enhance-dev / enhance-dev/enhance.dev
Explain that the public folder is not local to the app folder at runtime
Open
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Some folks have made the mistake of trying to read the /public folder like it was a local filesystem. The /app folder is deployed to a Lambda, while the /public folder is a S3 bucket. We should let folks know the best way to resolve this at runtime.
Contributor guide
Assessment
This issue has not been assessed yet.