mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-04-19 05:35:27 +00:00
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. |
||
---|---|---|
.. | ||
BinaryContent.tsx | ||
cm-theme.ts | ||
CodeMirrorEditor.tsx | ||
EnvMasking.ts | ||
indent.ts | ||
languages.ts |