From 0ce9ee2cf41b1a214aac3b33605caba238bb3824 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Sat, 17 Sep 2016 23:44:35 -0400 Subject: [PATCH] Make dev mode default Whats the point of including the dev toolbar if it doesn't run without some contrived command... make it default! --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7adb928..fb9b01a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "scripts": { "run": [ "echo 'Started web server on http://localhost:8888'", - "php -S localhost:8888 -t web" + "php -S localhost:8888 -t web/index_dev.php" ] } }