Closed
Description
The files that exist on the server are lost when "mup deploy" is run.
UploadServer.init({
tmpDir: process.env.PWD + '/.uploads/tmp',
uploadDir: process.env.PWD + '/.uploads',
checkCreateDirectories: true});
I think it is necessary to be able to re-upload the project without losing files...
Metadata
Assignees
Labels
No labels