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
How to connect server's API with the React frontend
Run this command npx openapi-zod-client http://localhost:<CURRENT_APP_PORT>/openapi.json -o ./src/ui/api/generated-schemas.ts or use following package.json script generate:api:schema (hard-coded default port 41050) to generate schema .ts file.