【发布时间】:2022-01-20 21:45:28
【问题描述】:
我使用 Angular 编写了一个 Azure 静态 Web 应用程序,并使用 NestJS 编写了一个 API。我将 TypeORM 用于 API 中的数据库内容。我已经使用 TypeORM CLI 设置了迁移以自动运行migrationsRun: true,但迁移永远不会在 Azure 上执行。
有人做过吗?
【问题讨论】:
标签: angular azure nestjs typeorm azure-static-web-app