@@ -1,3 +1,5 @@
|
|||||||
|
import * as dotenvSafe from 'dotenv-safe';
|
||||||
|
dotenvSafe.config();
|
||||||
import express from 'express';
|
import express from 'express';
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = 4010;
|
const PORT = 4010;
|
||||||
|
|||||||
Reference in New Issue
Block a user