Change listening port from 5000 to 5420 (#225)
This commit is contained in:
parent
7c980ebb19
commit
f30eb26003
6 changed files with 6 additions and 7 deletions
|
@ -26,13 +26,12 @@ async function main() {
|
|||
},
|
||||
watch: {
|
||||
onRebuild(err) {
|
||||
serve.update()
|
||||
err ? error('❌ Failed') : log('✅ Updated')
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
port: 5000,
|
||||
port: 5420,
|
||||
root: './dist',
|
||||
live: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue