fix: lint + format

This commit is contained in:
Gabriellvl 2025-02-28 17:21:03 +01:00
parent ac778981e2
commit acfffda82d
8 changed files with 162 additions and 118 deletions

View file

@ -1,9 +1,8 @@
// Can be placed in dotenv but found it redundant
// import dotenv from "dotenv";
// Import dotenv from "dotenv";
// Load .env file
// dotenv.config();
export const DWENGO_API_BASE = "https://dwengo.org/backend/api";
// Dotenv.config();
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';