dumbo/examples/static-assets/composer.json
Jamie Barton 6687353c15
feat: static files (#58)
* feat(dumbo): add static files

* always serve index.html

* update readme

* simplify
2024-09-13 13:15:56 +01:00

18 lines
256 B
JSON

{
"require": {
"notrab/dumbo": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../../"
}
],
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"php -S localhost:8000 -t ."
]
}
}