Spaces:
Runtime error
Runtime error
Update index.js
Browse files
index.js
CHANGED
|
@@ -268,7 +268,7 @@ app.get('/', (req, res) => {
|
|
| 268 |
});
|
| 269 |
|
| 270 |
// ββ START βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 271 |
-
app.listen(
|
| 272 |
console.log(`\n𦸠Super City Editor backend running at http://localhost:${PORT}`);
|
| 273 |
console.log('Open that URL in your browser to use the editor.\n');
|
| 274 |
try { ensureKeystore(); } catch (e) { console.warn('Keystore not ready yet:', e.message); }
|
|
|
|
| 268 |
});
|
| 269 |
|
| 270 |
// ββ START βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 271 |
+
app.listen(7860, () => {
|
| 272 |
console.log(`\n𦸠Super City Editor backend running at http://localhost:${PORT}`);
|
| 273 |
console.log('Open that URL in your browser to use the editor.\n');
|
| 274 |
try { ensureKeystore(); } catch (e) { console.warn('Keystore not ready yet:', e.message); }
|