-
使用midway-init才新建的工程,运行npm run build报错
![BD249A94-A30E-47D9-83AB-27F46B7C80BC](https://user-images.githubusercontent.com/23144884/54873756-83448c00-4e18-11e9-8695-8224edbd4901.png)
torns updated
5 years ago
-
Cause the official site is blocked by GFW …
-
code is:
app.module.ts
```js
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { AppController } from './app.controller'
@Module({
imports: [ …
-