Aws hosting

Iā€™m trying to upload my project to aws amplify with just the git repository, any ideas what this could be?

Original Post on Discord

by user 483253293477265409

Hi, this will be fixed in the next update. But in general if you want to build via a git repo / ci you have to modify the .gitignore slightly and push the assets directlry as well as src/generated

Both are missing in your repo hence the error (they are ignored by default in the template)

and this? do I put dist or should I leave it as it is?
image.png

by user 483253293477265409

You dont need dist, dist is what will be built from the files in assets, index.html, src and includes

You can compare with this StackBlitz