merasabkuch commited on
Commit
b925ba3
·
verified ·
1 Parent(s): a35d2ab

Upload index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -61,5 +61,5 @@ builder.defineStreamHandler(async function (args) {
61
  }
62
  })
63
 
64
- serveHTTP(builder.getInterface(), { port: process.env.PORT || 7000 })
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"