mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-10 03:49:38 +00:00
Add environment configuration example, update .gitignore for additional files, and refactor Vite config to load environment variables. Remove obsolete settings and backup files.
This commit is contained in:
@@ -12,7 +12,6 @@ export function MicButton({ onTranscript, className = '' }) {
|
||||
const lastTapRef = useRef(0);
|
||||
|
||||
// Version indicator to verify updates
|
||||
console.log('MicButton v2.0 loaded');
|
||||
|
||||
// Start recording
|
||||
const startRecording = async () => {
|
||||
|
||||
Reference in New Issue
Block a user