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
hi,There....i try to run the script but found error..... at server : siad "running on undefined port , and when i look at the code, found like this : import 'dotenv/config';
import app from './app';
app.listen(process.env.PORT, () => {
console.log(Server up on port ${process.env.PORT}!);
}); at index.js
Can You please share the .env file ? ..... thanks a lot
The text was updated successfully, but these errors were encountered:
hi,There....i try to run the script but found error..... at server : siad "running on undefined port , and when i look at the code, found like this : import 'dotenv/config';
import app from './app';
app.listen(process.env.PORT, () => {
console.log(
Server up on port ${process.env.PORT}!
);}); at index.js
Can You please share the .env file ? ..... thanks a lot
The text was updated successfully, but these errors were encountered: