.env tweaks (wip)

This commit is contained in:
Dobromir Popov
2024-02-27 01:18:26 +02:00
parent 9d1e57f2ec
commit 5bc7d1ad22
3 changed files with 28 additions and 9 deletions

View File

@ -10,7 +10,7 @@
"homepage": "https://git.d-popov.com/popov/next-cart-app",
"scripts": {
"debug": "nodemon --inspect server.js",
"debug-npm-env": "cross-env NODE_ENV=$NODE_ENV nodemon --inspect server.js",
"debug-npm-env": "dotenv -e .env.$NODE_ENV -- nodemon --inspect server.js",
"build": "next build",
"buildWin": "npm run build",
"start": "next start",