What is the output of
console.log(process.env.NODE_ENV)
console.log(strapi.config.database.connection)
if you add these two lines in the register function of the src/index.ts file?
What is the output of
console.log(process.env.NODE_ENV)
console.log(strapi.config.database.connection)
if you add these two lines in the register function of the src/index.ts file?