mysql 数据库错误不支持 TypeORM 数据类型对象(NestJS)

TypeORM data type Object is not supported by mysql database error (NestJS)

启动我的 NestJS 应用程序时出现以下模糊错误:

Data type "Object" in "MyEntity.undefined" is not supported by "mysql" database.

但是 MyEntity 已从我的应用程序中删除。我该如何解决这个错误?

该实体仍然存在于构建输出中。要解决此问题,请删除您的 dist 文件夹并重新启动您的应用。