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" ] } }