Add now.json

This commit is contained in:
mrcanelas
2023-11-12 17:56:26 -03:00
parent f2fb405687
commit 2ea88615fc
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"projectName": "tmdb-addon",
"lastCommit": "0cc325b"
"lastCommit": "f2fb405"
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": 2,
"builds": [{ "src": "server.js", "use": "@now/node" }],
"routes": [{ "src": "/.*", "dest": "/server.js" }]
}