Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mixda
/
GT
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mixda
commited on
Dec 25, 2023
Commit
78e7d22
·
1 Parent(s):
2953986
Update app.js
Browse files
Files changed (1)
hide
show
app.js
+1
-1
app.js
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import server from './lib/server.js'
2
3
-
/** 全局变量
Server1
*/
4
global.Server = await server.run()
1
import server from './lib/server.js'
2
3
+
/** 全局变量
Server
*/
4
global.Server = await server.run()