Hi, very simple question here, I would like to deploy my app via FTP. Which folders do I need to upload after it is built to `dist`? I cannot upload just the `dist` folder because it does not contain my `assets`. Do I need to upload my `dist` AND my `src` folder? The `src` folder contains the `assets` folder It seems redundant if I have to upload my `dist` and the source JS files no?