From 2aabd18207b11e005f6b92e21ae47aa9af2ba4e7 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Sun, 21 Jun 2020 17:41:25 +0100 Subject: [PATCH] store now.json --- now.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 now.json 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" }] +}