From bedc2034f4973c0f5cc33ad3ba3e882ec8b318e9 Mon Sep 17 00:00:00 2001 From: Anton Zenkov Date: Thu, 11 Apr 2024 14:50:17 +0800 Subject: [PATCH] Add recipe for luzrain/phpstreamserver-bundle (#1608) --- .../0.2/config/packages/phpstreamserver.yaml | 12 ++++++++++++ luzrain/phpstreamserver-bundle/0.2/manifest.json | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 luzrain/phpstreamserver-bundle/0.2/config/packages/phpstreamserver.yaml create mode 100644 luzrain/phpstreamserver-bundle/0.2/manifest.json diff --git a/luzrain/phpstreamserver-bundle/0.2/config/packages/phpstreamserver.yaml b/luzrain/phpstreamserver-bundle/0.2/config/packages/phpstreamserver.yaml new file mode 100644 index 00000000..803ebb26 --- /dev/null +++ b/luzrain/phpstreamserver-bundle/0.2/config/packages/phpstreamserver.yaml @@ -0,0 +1,12 @@ +phpstreamserver: + servers: + - + name: Webserver + listen: http://0.0.0.0:8080 + processes: 4 + + reload_strategy: + on_exception: + active: true + on_file_change: + active: true diff --git a/luzrain/phpstreamserver-bundle/0.2/manifest.json b/luzrain/phpstreamserver-bundle/0.2/manifest.json new file mode 100644 index 00000000..bb02267c --- /dev/null +++ b/luzrain/phpstreamserver-bundle/0.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Luzrain\\PHPStreamServerBundle\\PHPStreamServerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}