Skip to content

Commit 948aba0

Browse files
committed
chore: use node build
1 parent 5c869b3 commit 948aba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

now.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"builds": [{
44
"src": "app.js",
55
"use": "@now/node-server"
6-
}],
6+
},{
7+
"src": "lib/cli/gfx/index.js",
8+
"use": "@now/node"
9+
}],
710
"routes": [{
811
"headers": {
912
"Access-Control-Allow-Origin": "*",

0 commit comments

Comments
 (0)