TencentCloudBase / cloudbase-cli

The cli tool for cloudbase
ISC License
46 stars 12 forks source link

cli创建的React应用白屏无法正常显示 #33

Open JxJPu9bD opened 1 year ago

JxJPu9bD commented 1 year ago

使用 tcb new 选择 "React 应用"

npm install

npm start 启动应用后是白屏, 是template有问题还是什么

JxJPu9bD commented 1 year ago

发现问题是读取不到env配置然后卡死在初始化了

tcb.js 中的 init方法, 这个是不是不应该堵塞呢?