fix: lint + format
This commit is contained in:
parent
ac778981e2
commit
acfffda82d
8 changed files with 162 additions and 118 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue