deployment reset??

0
When running the app, the deployment folder is reset to its initial state before modification. Every time you run the app, it is initialized and cannot be modified. Is there any way to fix this?
asked
1 answers
1

This is the default function and can't be changed. If you need files in your deployment directory add these in the resoources directory or lib or theme directory as the deplpoyment directory will always be overwritten with the files generated by Mendix and the files in the forementioned directories.

answered