如果我CD server
并运行now
,它将部署到https://server-91vnej46w.now.sh/
当我打开该URL时,我希望看到一个graphql游乐场,但我看到一个src
文件夹
Deploying with Zeit Now阿波罗文档无济于事
Github仓库here
部署到heroku也不能正常工作:here's the post with an issue。
答案 0 :(得分:0)
您可能没有now.json
配置。该文件将告诉now
如何部署您的应用程序。如果未定义此配置,则now
会刚刚上传文件。
您链接的GitHub存储库中没有now.json
文件,因此很可能是这种情况。
Now deployment configuration docs