I use meteor but want to fast debug the code written in node. How to fast change files on server and how to get server console from node. I try to use zeit but i can't find logs from node server there
I've seen the logs but i have problem when i change something in node file. I must deploy all app so it take few minutes.
I'm making the app that makes requests to REST API, but I can only send request from registered faster domain. So I'm thinking how to increase developing time to avoid deploying after any changes.
Luke Childs
Writing code while exploring the world
now has logs. Got to your dashboard, click on a deployment and then click "logs" from the top right of the deployment page.