Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SCritter
/
st-mobile
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
st-mobile
/
src
/
server-global.js
Nanny7
Initial deploy with custom mobile UI
6efa67a
13 days ago
raw
Copy download link
history
blame
contribute
delete
99 Bytes
#!/usr/bin/env node
globalThis.
FORCE_GLOBAL_MODE
=
true
;
await
import
(
'../server.js'
);
export
{};