Reaperxxxx commited on
Commit
0b9970d
Β·
verified Β·
1 Parent(s): d0880b6

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -268,7 +268,7 @@ app.get('/', (req, res) => {
268
  });
269
 
270
  // ── START ─────────────────────────────────────────────────────────────────────
271
- app.listen(PORT, () => {
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); }