Skip to content

Commit 4373369

Browse files
update
composer serve
1 parent 6307901 commit 4373369

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"post-root-package-install": [
4040
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
4141
],
42+
"serve": [
43+
"@php -S localhost:8080 -t public"
44+
],
4245
"test:lint": "pint",
4346
"test:unit": "phpunit",
4447
"test:type": "phpstan analyse --ansi",

0 commit comments

Comments
 (0)