Saw the issue here to but the person closed it and didnt mentioned how he solved it.
Fixed:
{
"type": "mysql",
"host": "127.0.0.1",
"port": 3306,
"username": "root",
"password": "root",
"database": "dev_lokiapi",
#== CHANGE THIS ==#
"entities": ["dist/**/**.entity{.ts,.js}"],
"synchronize": true,
"logging": true
}
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Fixed: