Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shagamii committed Jul 21, 2020
1 parent e11f114 commit 7abb5d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions now.json
@@ -0,0 +1,16 @@
{
"version":2,
"name":"web-speed-hackathon-online",
"builds":[
{
"src":"index.js",
"use":"@now/node-server"
}
],
"routes":[
{
"src":"/.*",
"dest":"/index.js"
}
]
}

0 comments on commit 7abb5d7

Please sign in to comment.