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:
Simos
2025-07-04 20:18:25 +02:00
parent 3b0a612c9c
commit 83d3f8da13
7 changed files with 100 additions and 209 deletions

View File

@@ -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 () => {