Spaces:
Runtime error
Runtime error
fix
Browse files- 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:
|
| 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";
|