bolt.diy/app
KevIsDev 7615c956c2 fix: optimize file watch paths for preview updates and fix npm crashes.
Update the file watch paths in the previews store to only include relevant file types (e.g., HTML, CSS, JS) and exclude unnecessary directories (e.g., node_modules, dist). This reduces unnecessary file system events and improves performance.

Also, update the @webcontainer/api dependency to the latest internal version for enhanced functionality, node20 etc.
2025-04-14 13:34:33 +01:00
..
components feat: fix for push private repo (#1618) 2025-04-08 22:20:54 +02:00
lib fix: optimize file watch paths for preview updates and fix npm crashes. 2025-04-14 13:34:33 +01:00
routes refactor: remove success toast and prioritize public domain URL 2025-04-07 23:07:58 +01:00
styles feat: bolt dyi datatab (#1570) 2025-03-29 20:43:07 +01:00
types feat(deploy): add deploy alert system for build and deployment status 2025-04-04 11:22:56 +01:00
utils feat: fix for push private repo (#1618) 2025-04-08 22:20:54 +02:00
entry.client.tsx
entry.server.tsx feat: enhance context handling by adding code context selection and implementing summary generation (#1091) #release 2025-01-22 22:48:13 +05:30
root.tsx fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
vite-env.d.ts