What the heck is going on with my Parcel server?

I’m following Ourcade’s tutorial on making Phaser games in typescript with server side assets, etc. So I did everything the tutorial said - I put the assets folder in /public, I did npm run start, but for some reason I just see this:

If I go to localhost:8000/assets/sky.png I also don’t see anything, so I’m pretty sure there’s something wrong with the way assets are being sent via the “public” folder. Any ideas what I can do to fix this?

This is what my file tree and code look like:

:wave:

Look in the terminal output where you did npm run start.

Also look in dist/ to see if any images are there.

If you just added files to public/ then you may need to restart the parcel server.