Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
popovvasile committed May 5, 2024
1 parent 03c608c commit 3d46228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const one_day = 1440;
import dotenv from 'dotenv';
dotenv.config();
// import dotenv from 'dotenv';
// dotenv.config();

const api_url = import.meta.env.VITE_API_URL;
console.log(import.meta.env.VITE_API_URL);

const config = {
title: "Project Mariupol",
display_title: "Project Mariupol",
Expand Down

0 comments on commit 3d46228

Please sign in to comment.