For example: ```bash # dist # the built files # src # the source codes ## index.js # the entrypoint ``` turns into: ```bash . ├── dist ......... the build results └── src .......... the source codes └── index.js . the entrypoint ```