You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using env-cmd in my typescript application.
for production I am creating node js build using tsc and after build when I tried to pass custom env file then it throws error like .env file could not found.
I am trying to run command npm run pm2:start:qa.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I am using env-cmd in my typescript application.
for production I am creating node js build using
tsc
and after build when I tried to pass custom env file then it throws error like .env file could not found.I am trying to run command
npm run pm2:start:qa
.Thanks in advance.
The text was updated successfully, but these errors were encountered: