diff --git a/now.json b/now.json new file mode 100644 index 0000000..135c20b --- /dev/null +++ b/now.json @@ -0,0 +1,4 @@ +{ + "version": 2, + "builds": [{ "src": "app.js", "use": "@now/node-server" }] +}