Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
popovvasile committed May 5, 2024
1 parent a68ea62 commit c91633b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const one_day = 1440;
import { loadEnv } from 'vite';

const api_url = "/api/";
const env = loadEnv(process.cwd());
const api_url = env.VITE_API_URL;

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

0 comments on commit c91633b

Please sign in to comment.