lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

Error 404 caused by temporary files generated by vim when developing

Open ayoayco opened this issue 3 years ago • 3 comments

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)

Screen Shot 2022-09-18 at 8 45 50 AM

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.

ayoayco avatar Sep 18 '22 06:09 ayoayco