79160405

Date: 2024-11-05 19:13:17
Score: 1
Natty:
Report link

Host your Node.JS Backend separately from the React Frontend app and create a .env file in the Remote Backend project. You can try setting up dotenv this way.

import * as dotenv from "dotenv";
dotenv.config();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Richard Kenneth