We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c869b3 commit 948aba0Copy full SHA for 948aba0
now.json
@@ -3,7 +3,10 @@
3
"builds": [{
4
"src": "app.js",
5
"use": "@now/node-server"
6
- }],
+ },{
7
+ "src": "lib/cli/gfx/index.js",
8
+ "use": "@now/node"
9
+}],
10
"routes": [{
11
"headers": {
12
"Access-Control-Allow-Origin": "*",
0 commit comments