server-up-ndot 1.2.0-alpha.2 → 1.2.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "server-up-ndot",
3
- "version": "1.2.0-alpha.2",
3
+ "version": "1.2.0-alpha.3",
4
4
  "description": "server toolkit",
5
5
  "main": "index.js",
6
6
  "bin": {
package/readme.md CHANGED
@@ -34,6 +34,9 @@ npx server-up-ndot create myserver
34
34
 
35
35
  ## Patch Notes
36
36
 
37
+ ### 1.2.0-alpha.3
38
+ - Added a .env
39
+
37
40
  ### 1.2.0-alpha.1
38
41
  - Prevent port overlap(alhpa)
39
42
 
@@ -0,0 +1 @@
1
+ PORT=3000