Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banys89
/
Aria
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Aria
/
src
/
server-global.js
banys89
Upload 953 files
f338398
verified
about 2 months 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
{};