79203521

Date: 2024-11-19 13:04:48
Score: 0.5
Natty:
Report link

you need to load the .env like this

  const env = loadEnv(process.env.NODE_ENV, process.cwd(), "");
  return {
    plugins: [react(), legacy()],
    define: {
      __APP_ENV__: env,
      "process.env": env
    },
  };
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Irrfan23