diff --git a/src/index.ts b/src/index.ts index 2f3c4403..3bbd461d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -60,8 +60,8 @@ const forDeployedServer = () => { return; } console.log('웨일비 테이블 생성 성공!'); - saveWhalebeToDB(); }); }; -forDeployedServer(); +saveWhalebeToDB(); +// forDeployedServer();