WuLiSenSen

Results 4 comments of WuLiSenSen

const P1 = A(); const P2 = B(); const P3 - C(); const resultA = await P1; const resultB = await P2(); const resultC = await P3();

![image](https://user-images.githubusercontent.com/22022130/164394651-4a15a1f7-2997-4328-be42-d3d6ccaa8e40.png) 已创建demo,可以看到 构建的html中是没有 title的

![image](https://user-images.githubusercontent.com/22022130/164394790-47e7af26-cc8f-49b2-be81-8cb669893fed.png) 配置文件里面有

```javascript const config = { sequelize: { dialect: 'mysql', database: 'graphql', host: 'localhost', port: '3306', username: 'root', password: ' ', }, proxyworker: { port: 10086, }, middleware: ['graphql'], security: {...