파이어 베이스 functions 로컬 실행 및 자동 실행 / Typescript
typescript 로 작업하는데 저장하니까 새로고침이 안되는군요 노드몬 설치합니다. (필요 없을꺼 같군요)npm install nodemon -g package.json 에 script 부분을 수정해야합니다. "scripts": { "build": "tsc", "build:watch": "tsc --watch", "serve2": "npm run build && firebase emulators:start --only functions", "serve": "npm run build && --watch | firebase emulators:start --only functions", "shell": "npm run build && firebase functions:shell..