Skip to content

Commit

Permalink
Merge pull request #80 from ghazanfarmir/composer-builtin-server
Browse files Browse the repository at this point in the history
Remove public from running built-in server as this is not necessary
  • Loading branch information
silentworks committed Jan 25, 2018
2 parents d4805a7 + 2ef1e84 commit 59ea031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"process-timeout" : 0
},
"scripts": {
"start": "php -S localhost:8080 -t public public/index.php",
"start": "php -S localhost:8080 -t public index.php",
"test": "phpunit"
}

Expand Down

0 comments on commit 59ea031

Please sign in to comment.