coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
4.31k stars 1.77k forks source link

Having wrong file contents in the exported files #373

Open rinne opened 3 days ago

rinne commented 3 days ago

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

image image