Implement .env support for PORT property

This commit is contained in:
stretch07
2024-03-12 22:42:13 -07:00
parent e030321da0
commit 06fc54b18e
5 changed files with 24 additions and 4 deletions
+3 -2
View File
@@ -11,11 +11,12 @@
"devDependencies": {
"chalk": "^4.1.0",
"clean-css": "^5.3.2",
"html-entities": "^2.3.3",
"webpack": "^5.88.2",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"html-entities": "^2.3.3",
"nodemon": "^2.0.22",
"uglify-js": "^3.17.4",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.1"
},
"scripts": {