This commit is contained in:
Fabien Potencier
2017-01-24 12:47:10 -08:00
parent 9d43481a47
commit f50631cd6b
@@ -9,5 +9,10 @@
"cache:clear --no-warmup": "symfony-cmd",
"cache:warmup": "symfony-cmd",
"assets:install --symlink --relative %WEB_DIR%": "symfony-cmd"
}
},
"makefile": "
serve:
echo \"Started web server on http://127.0.0.1:8000\"
php -S 127.0.0.1:8000 -t web
"
}