Spaces:
Sleeping
Sleeping
Update
Browse files
demo/src/lib/settings.svelte.ts
CHANGED
|
@@ -5,5 +5,5 @@ interface Settings {
|
|
| 5 |
}
|
| 6 |
|
| 7 |
export const settings: Settings = $state({
|
| 8 |
-
transportServerUrl: env.PUBLIC_TRANSPORT_SERVER_URL ?? '
|
| 9 |
});
|
|
|
|
| 5 |
}
|
| 6 |
|
| 7 |
export const settings: Settings = $state({
|
| 8 |
+
transportServerUrl: env.PUBLIC_TRANSPORT_SERVER_URL ?? 'https://blanchon-robothub-transportserver.hf.space/api'
|
| 9 |
});
|