lambda-packages
lambda-packages copied to clipboard
Error 404 caused by temporary files generated by vim when developing
What version of astro are you using?
1.2.6
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
When developing with vim, the dev server reload is triggered by changes to temporary files: *~, *swp (i.e., index.astro~, index.astro.swp)
Link to Minimal Reproducible Example
Here's a stackblitz with an example temporary file (index.astro~): https://stackblitz.com/edit/github-nwpvwc?file=src/pages/index.astro~
Participation
- [X] I am willing to submit a pull request for this issue.