feat:Add env variables file

This commit is contained in:
2025-03-25 21:33:21 +05:30
parent 262446fff7
commit 0dbb68d518
8 changed files with 121 additions and 4 deletions
@@ -67,6 +67,8 @@ export default function FarmPage() {
// );
// }
console.log("Backend URI ", import.meta.env.VITE_API_URL);
return (
<div className="w-full bg-white rounded-lg shadow p-4 space-y-8">
{/* Header Section */}