Praneeth Yerrapragada commited on
Commit
c9cebd4
1 Parent(s): 064eaa5

build: fix next.config.js

Browse files
Files changed (1) hide show
  1. next.config.json +3 -3
next.config.json CHANGED
@@ -3,7 +3,7 @@
3
  "outputFileTracingIncludes": {
4
  "/*": ["./cache/**/*"]
5
  },
6
- "serverComponentsExternalPackages": ["sharp", "onnxruntime-node"],
7
- "output": "standalone"
8
- }
9
  }
 
3
  "outputFileTracingIncludes": {
4
  "/*": ["./cache/**/*"]
5
  },
6
+ "serverComponentsExternalPackages": ["sharp", "onnxruntime-node"]
7
+ },
8
+ "output": "standalone"
9
  }