diff --git a/beamup.json b/beamup.json index bd45fd6..b28d336 100644 --- a/beamup.json +++ b/beamup.json @@ -1,4 +1,4 @@ { "projectName": "tmdb-addon", - "lastCommit": "0cc325b" + "lastCommit": "f2fb405" } \ No newline at end of file diff --git a/now.json b/now.json new file mode 100644 index 0000000..94edfe5 --- /dev/null +++ b/now.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "builds": [{ "src": "server.js", "use": "@now/node" }], + "routes": [{ "src": "/.*", "dest": "/server.js" }] +} \ No newline at end of file