@ -1,4 +1,5 @@
app/
data/
# Created by https://www.gitignore.io/api/git
# Edit at https://www.gitignore.io/?templates=git
@ -102,7 +102,7 @@ function task_database {
function task_dev-server {
task_begin "Starting development server";
php -S [::1]:40482 -t "${build_output_folder}" &
php -S [::1]:40482 &
exit_code=$?;
echo $! >/tmp/micro-lantern-dev-server.pid;
task_end $?; # Should be 0 unless php died for some reason