bolt.diy/app/routes
KevIsDev 4b0eaf25ce add: add env masking extension for .env files
Introduce a new extension for CodeMirror that masks sensitive values in .env files. This ensures that sensitive information like API keys or passwords is not displayed in plain text within the editor. The extension dynamically applies masking to values in lines matching the KEY=VALUE format, improving security during development.
2025-03-27 18:52:13 +00:00
..
_index.tsx Update _index.tsx 2025-02-20 13:03:59 +01:00
api.chat.ts feat(supabase): add credentials handling for Supabase API keys and URL 2025-03-20 11:17:27 +00:00
api.check-env-key.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.enhancer.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.git-proxy.$.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.health.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.llmcall.ts feat: enhanced Code Context and Project Summary Features (#1191) 2025-01-29 15:37:20 +05:30
api.models.$provider.ts feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
api.models.ts feat: added more dynamic models, sorted and remove duplicate models (#1206) 2025-01-29 02:33:23 +05:30
api.netlify-deploy.ts feat: add Vercel integration for project deployment 2025-03-27 00:06:10 +00:00
api.supabase.query.ts feat: integrate Supabase for database operations and migrations 2025-03-19 23:11:31 +00:00
api.supabase.ts refactor: consolidate imports in supabase API routes 2025-03-27 16:24:12 +00:00
api.supabase.variables.ts add: add env masking extension for .env files 2025-03-27 18:52:13 +00:00
api.system.app-info.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.system.git-info.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.update.ts fix: settings bugfix error building my application issue #1414 (#1436) 2025-03-09 01:07:56 +05:30
api.vercel-deploy.ts feat: add Vercel integration for project deployment 2025-03-27 00:06:10 +00:00
chat.$id.tsx feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
git.tsx added UI fix for loading screen 2024-12-17 00:14:42 +05:30
webcontainer.preview.$id.tsx feat: added the "Open Preview in a New Tab" (#1101) 2025-01-18 01:55:44 +05:30