When the server starts up and is ready it should log to the server console. It should be running Core.ready
It's nice to have an indication when the server is actually ready when running locally. Especially now that there's additional chaining in the start up process with tsconfig-paths/register for the start script.
When the server starts up and is ready it should log to the server console. It should be running
Core.ready
It's nice to have an indication when the server is actually ready when running locally. Especially now that there's additional chaining in the start up process with
tsconfig-paths/register
for the start script.