When using vite's express middleware with ultimate-express, some files are locked on the system. Specifically I noticed some font and image files get locked. By locked, I mean when I try to delete them while the server is running, it is impossible to do so. I am on Windows 10.
Note that this behavior does not happen when using express, switching to express allows me to delete whatever files while the server is still running.
When using vite's express middleware with ultimate-express, some files are locked on the system. Specifically I noticed some font and image files get locked. By locked, I mean when I try to delete them while the server is running, it is impossible to do so. I am on Windows 10.
Note that this behavior does not happen when using express, switching to express allows me to delete whatever files while the server is still running.