728x90
시퀄라이즈 로그 off 방법
config/config.js 또는 .json
으로 하면
시퀄라이즈 로그가 안나온다!! 깨끗~
프로젝트 배포 작업
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install pm2 -g
git clone https://github.com/go-tiger/chicken-project_team2.git
cd chicken-project_team2
npm i
pm2 start app.js
'코딩캠프 > 내일배움캠프' 카테고리의 다른 글
[ TIL ] 02.10(금) 63일차 (0) | 2023.02.10 |
---|---|
[ TIL ] 02.09(목) 62일차 (0) | 2023.02.09 |
[ TIL ] 02.07(화) 60일차 (0) | 2023.02.07 |
[ TIL ] 02.06(월) 59일차 (0) | 2023.02.06 |
[ WIL ] 01.30~02.03 12주차 (0) | 2023.02.05 |