I try to modify ``` "scripts": { "sync": "browser-sync start -p 'localhost/wp' --files '**/*.php' 'build/*.js' 'build/*.css'", ``` But after npm run sync, the URL will jump to` http://localhost/%27localhost/wp%27` Weird, what did I do wrong? Thanks