Skip to content

Commit 3c2d742

Browse files
committed
Attempting to update to now 2.0
1 parent cdf4d6b commit 3c2d742

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

final/server/now.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{ "src": "src/{,!(__tests__)/**/}*.js", "use": "@now/node-server" }
5+
],
6+
"routes": [{ "src": "/.*", "dest": "index.js" }]
7+
}

final/server/package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

final/server/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"apollo-link-http": "^1.5.5",
2929
"jest": "^23.6.0",
3030
"nock": "^10.0.2",
31-
"node-fetch": "^2.2.1"
31+
"node-fetch": "^2.2.1",
32+
"now": "^12.1.3"
3233
},
3334
"jest": {
3435
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)