fantonangeli commented on code in PR #2532: URL: https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1727069429
########## packages/sonataflow-mock-server/README.md: ########## @@ -0,0 +1,11 @@ +# SonataFlow Mock Server + +### Description + +The SonataFlow Mock Server provides the SonataFlow GraphQL and OpenAPI endpoints. + +### Usage + +To run the development server, use the following command: + +`pnpm start` Review Comment: Because it's a local apollo-server-express I would suggest: - sonataflow-dev-server - sonataflow-graphql-dev-server (In this case there is also the issue that it provide also the openapi.json) - sonataflow-dev-backend-server If makes sense, I would avoid "-app/-dev-app in the names as it is a local graphql backend and we already have a few app/webapp packages for SonataFlow: - serverless-workflow-dev-ui-webapp - sonataflow-deployment-webapp - sonataflow-management-console-webapp -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
