Comparing version 1.0.54 to 1.0.55
@@ -52,3 +52,3 @@ #!/usr/bin/env node | ||
if (code === 0) { | ||
console.log('\nMERN-X Start Successfully! browse localhost:5000'); | ||
console.log('\nMERN-X Start Successfully! browse localhost:4000'); | ||
} else { | ||
@@ -55,0 +55,0 @@ console.error('\nAn error occurred during npm start.'); |
{ | ||
"name": "mern-x", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "MERN-X is a comprehensive full-stack project structure designed to streamline the development of web applications using the popular MERN stack: MongoDB, Express.js, React, and Node.js. Built with simplicity and scalability in mind, MERN.js empowers developers to create robust and efficient applications from end to end.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,2 @@ export const MONGODB_CONNECTION = "mongodb+srv://testuser7777:testuser7777@cluster0.7uslu.mongodb.net/MernEcommerce?retryWrites=true&w=majority"; | ||
export const PORT=5000; | ||
export const PORT=4000; |