@das-fed/cli 7.0.0-zhaohang.1 → 7.0.1-beta.1

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": "@das-fed/cli",
3
- "version": "7.0.0-zhaohang.1",
3
+ "version": "7.0.1-beta.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -38,7 +38,7 @@ http {
38
38
  client_max_body_size 500m;
39
39
  server_tokens off;
40
40
  server {
41
- listen 8080;
41
+ listen 80;
42
42
  etag on;
43
43
  location / {
44
44
  root /usr/share/nginx/html;
@@ -36,7 +36,7 @@ http {
36
36
  client_max_body_size 500m;
37
37
  server_tokens off;
38
38
  server {
39
- listen 8080;
39
+ listen 80;
40
40
  etag on;
41
41
 
42
42
  location ~ ^/(api|oss)/ {