Added 'composer serve' script

This commit is contained in:
Chris Kankiewicz
2020-02-07 13:49:00 -07:00
parent 25deaa333d
commit 4da6bbb107

View File

@@ -43,5 +43,8 @@
"sort-packages": true,
"optimize-autoloader": true,
"vendor-dir": "app/vendor"
},
"scripts": {
"serve": "php -S localhost:8080"
}
}