File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ $server->addPlugin(
113113$server->addWorker(
114114 new HttpServerProcess(
115115 listen: '0.0.0.0:8080',
116+ count: 2,
116117 onRequest: function (Request $request): Response {
117118 return match ($request->getUri()->getPath()) {
118119 '/' => new Response(body: 'Hello world'),
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export default function LayoutWrapper(props) {
2323 < Link className = "footer__link-item" href = "https://github.com/phpstreamserver/phpstreamserver" >
2424 < GithubImg alt = "GitHub" className = "w-[1.2rem] h-[1.2rem]" />
2525 </ Link >
26- < Link className = "footer__link-item" href = "#" >
27- < TwitterImg alt = "Twitter" className = "w-[1.2rem] h-[1.2rem]" />
28- </ Link >
26+ { /* <Link className="footer__link-item" href="#">*/ }
27+ { /* <TwitterImg alt="Twitter" className="w-[1.2rem] h-[1.2rem]"/>*/ }
28+ { /* </Link>*/ }
2929 < Link className = "footer__link-item" href = "mailto:[email protected] " > 3030 < EmailImg alt = "Email" className = "w-[1.2rem] h-[1.2rem]" />
3131 </ Link >
You can’t perform that action at this time.
0 commit comments