You can always access your code
We start creating a project in Aptugo called "Learning". Entering "settings" we will identify two routes: "application folder" and "build folder".
Every time we save the changes, they are saved in the "application folder", every time we do a "build" the same project will be saved in the "build folder".
Viewing it from a text editor, we can visualize the application folder project with the original Aptugo code and the same project in builds with the real code of both the backend and the frontend.
We can visualize the code, scale it, and run it!