whitphx HF Staff commited on
Commit
b772265
·
1 Parent(s): 355b8e2
Files changed (1) hide show
  1. client/src/index.ts +1 -1
client/src/index.ts CHANGED
@@ -4,7 +4,7 @@ import yargs from "yargs";
4
  import { hideBin } from "yargs/helpers";
5
  import { table } from "table";
6
 
7
- const SERVER_URL = process.env.BENCH_SERVER_URL || "http://localhost:3000";
8
 
9
  interface SubmitOptions {
10
  platform?: "node" | "web";
 
4
  import { hideBin } from "yargs/helpers";
5
  import { table } from "table";
6
 
7
+ const SERVER_URL = process.env.BENCH_SERVER_URL || "http://localhost:7860";
8
 
9
  interface SubmitOptions {
10
  platform?: "node" | "web";