Closed bcho892 closed 3 months ago
Is your feature request related to a problem? Please describe.
Right now in server\src\index.ts we get the following messages:
server\src\index.ts
"Hello World From the Typescript Server!"
Example app listening on port ${port}
Which are unhelpful. Change them to something useful.
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Right now in
server\src\index.ts
we get the following messages:"Hello World From the Typescript Server!"
Example app listening on port ${port}
Which are unhelpful. Change them to something useful.
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)