Skip to content

Commit fafff22

Browse files
committed
use port 7777 for dev
1 parent 5ca41bf commit fafff22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ app.use(
7070
const db = await connect();
7171
app.use('/studio', await studio('/studio/api', db));
7272

73-
app.listen(8888);
74-
console.log('Listening on port 8888');
73+
app.listen(7777);
74+
console.log('Listening on port 7777');
7575
})();

0 commit comments

Comments
 (0)