You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moritz Roessler edited this page Mar 24, 2023
·
2 revisions
Server
What you see above is a very simple server-side component. It provides information about the running server. (version, os, etc.) and should be the entrypoint of your server.
/backend/src/index.tsx
constserver=<Server>
// your components here
</Server>;