Skip to content

Commit

Permalink
[Fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Apr 16, 2024
1 parent e10e9c5 commit a09914c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ko/posts/nodejs/absolute-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ javascript는 절대 경로를 이해하지 못하므로 `import "module-alias/r
}
```

Elastic Beanstalk에 배포를 할때는
npm run start 가 디폴트 실행 명령으로 되어있다면 다음처럼 해주세요.

```json
// package.json
Expand All @@ -65,5 +65,3 @@ Elastic Beanstalk에 배포를 할때는
}
}
```

EB는 npm run start 가 디폴트 실행 명령으로 되어있기 때문에 이런식으로 해주어야합니다.

0 comments on commit a09914c

Please sign in to comment.