Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jules API Configuration
# Copy this file to .env and fill in your actual values

# Jules API Endpoint
VITE_JULES_API_URL=https://api.jules.example.com

# Jules API Key (obtain from Jules dashboard)
VITE_JULES_API_KEY=your_jules_api_key_here

# Jules WebSocket URL (for real-time features)
VITE_JULES_WS_URL=wss://ws.jules.example.com

# Optional: Jules Environment
VITE_JULES_ENV=development

# Optional: Enable Jules Debug Mode
VITE_JULES_DEBUG=false
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<title>React App</title>
<title>Voice Bharat</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet"/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading