I’m very confused about what actually happened here. I’m attempting to deploy by pushing code to the private Get repo for my project.
I added the repo locally, and force pushed. And then, two very strange things happened:
- My code is now browsable by visiting my project website. (As opposed to, running the code…)
- Nothing changed in the files browser in the Glitch editor. (Still shows .env and README.md)
If I go to the terminal, I do see the new files (only).
A possible contributing factor is that my code is within an src
directory (so there’s no top level package.json, for instance).
Am I doing something wrong? How can I get the file browser back in sync with the files that I deployed?