Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blanchon
/
RobotHub-TransportServer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ccb03a3
RobotHub-TransportServer
/
demo
/
src
/
lib
/
settings.svelte.ts
blanchon
Update
b91acfc
3 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
import
{ getServerUrl }
from
'./index.js'
;
interface
Settings
{
transportServerUrl
:
string
;
}
export
const
settings
:
Settings
= $state({
transportServerUrl
:
getServerUrl
()
});