소스 검색

cleanUp + config port

niemes 2 년 전
부모
커밋
01692f187e
3개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 7
      .gitpod.yml
  2. 0 1
      .node-version
  3. 1 1
      index.js

+ 0 - 7
.gitpod.yml

@@ -1,7 +0,0 @@
-ports:
-  - port: 3000
-    onOpen: open-preview
-
-tasks:
-  - init: npm install
-    command: npm start

+ 0 - 1
.node-version

@@ -1 +0,0 @@
-8.11.1

+ 1 - 1
index.js

@@ -140,4 +140,4 @@ app.get('/company', async (req, res) => {
     }
 });
 
-app.listen(process.env.PORT);
+app.listen(8111);