Spaces:
Runtime error
Runtime error
Upload index.js
Browse files
index.js
CHANGED
@@ -61,5 +61,5 @@ builder.defineStreamHandler(async function (args) {
|
|
61 |
}
|
62 |
})
|
63 |
|
64 |
-
serveHTTP(builder.getInterface(), { port: process.env.PORT ||
|
65 |
//publishToCentral("https://your-domain/manifest.json") // <- invoke this if you want to publish your addon and it's accessible publically on "your-domain"
|
|
|
61 |
}
|
62 |
})
|
63 |
|
64 |
+
serveHTTP(builder.getInterface(), { port: process.env.PORT || 7860 })
|
65 |
//publishToCentral("https://your-domain/manifest.json") // <- invoke this if you want to publish your addon and it's accessible publically on "your-domain"
|