I created a small web project with git main head yesterday 20241121 with GPT-4o.
The file contents look fine in the browser window with JS in main.js HTML in index.html and JSON in package.json.
However if I download the source code or sync it to local folder, the package.json contains an older version if index.html instead of actual package manifest JSON.
Describe the bug
I created a small web project with git main head yesterday 20241121 with GPT-4o.
The file contents look fine in the browser window with JS in main.js HTML in index.html and JSON in package.json.
However if I download the source code or sync it to local folder, the package.json contains an older version if index.html instead of actual package manifest JSON.
Link to the Bolt URL that caused the error
http://127.0.0.1:5173/chat/swiperjs-website
Steps to reproduce
I just used simple textual prompts to create the project. I didn't edit the code myself at all.
Expected behavior
The synced file tree to match whatever shows in the code editor in the web page.
Screen Recording / Screenshot
No response
Platform
Additional context