I'm not sure if what I want is possible, I haven't found anything that says it could be done.
(我不确定我想要的东西是否可能实现,我还没有发现任何可以实现的目标。)
Mostly I "think" it should be possible. (通常,我“认为”这应该是可能的。)
The thing is: I have a seperate file for my api and user interface, and would love to deploy both using zeit-now for now (see file struct below, hope it's clear).
(问题是:我的api和用户界面有一个单独的文件,并且现在希望使用zeit-now部署这两个文件(请参阅下面的文件结构,希望很清楚)。)
Now the main question is, is it possible to deploy both api.js and server.js using zeit-now?
(现在的主要问题是,是否可以使用zeit-now部署api.js和server.js?)
Kind regards, Daneel
(亲切的问候,Daneel)
root
|-api
|--api.js
|-ui
|--server.js
ask by A-Daneel translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…