The morph clean command is used to clear compile and cache files on a project.

It can be used to clean up hidden files and other files in the project once when internal errors occur or when compilation does not work.

Shell
morph clean
--force
boolean

With this option is specified, all directories, including frontend, will be deleted from the hidden files (.morph/ directory) at the project root.