Browse Source

changed port to something less likely to be in use on a development server

pull/83/head
Chris 8 years ago
parent
commit
e812a6b112
  1. 2
      composer.json

2
composer.json

@ -14,6 +14,6 @@
"php": ">=4" "php": ">=4"
}, },
"scripts": { "scripts": {
"serve": ["@php -S localhost:8080 bibtexbrowser.php"]
"serve": ["@php -S localhost:29896 bibtexbrowser.php"]
} }
} }
Loading…
Cancel
Save