correct port number
This commit is contained in:
parent
6ed24fb4e6
commit
d1af9d1124
@ -10,7 +10,7 @@ const assets = sirv('public', {
|
|||||||
|
|
||||||
polka()
|
polka()
|
||||||
.use(compress, assets)
|
.use(compress, assets)
|
||||||
.listen(8130, err => {
|
.listen(8989, err => {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
console.log('> Running on localhost:8989');
|
console.log('> Running on localhost:8989');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user