79263016

Date: 2024-12-08 17:39:33
Score: 2
Natty:
Report link

configuring env files for staging, development and other phases is quite easy.

create .env.staging .env.prodution and modify your package.json file in this way

"dev": "vite --mode staging", "production": "vite --mode production", "build": "vite build --mode production",

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GeneCoder