Loading...
Loading...
Compare original and translation side by side
<filename>.original.md<filename>.original.md/caveman-compress <filepath>/caveman-compress <filepath>memory/cd <directory_containing_this_SKILL.md> && python3 -m scripts <absolute_filepath>memory/cd <directory_containing_this_SKILL.md> && python3 -m scripts <absolute_filepath>backtick content/src/components/..../config.yamlnpm installgit commitdocker build$HOMENODE_ENV反引号包裹的内容/src/components/..../config.yamlnpm installgit commitdocker build$HOMENODE_ENV............You should always make sure to run the test suite before pushing any changes to the main branch. This is important because it helps catch bugs early and prevents broken builds from being deployed to production.
Run tests before push to main. Catch bugs early, prevent broken prod deploys.
The application uses a microservices architecture with the following components. The API gateway handles all incoming requests and routes them to the appropriate service. The authentication service is responsible for managing user sessions and JWT tokens.
Microservices architecture. API gateway route all requests to services. Auth service manage user sessions + JWT tokens.
You should always make sure to run the test suite before pushing any changes to the main branch. This is important because it helps catch bugs early and prevents broken builds from being deployed to production.
推送至main分支前运行测试,尽早发现bug,避免生产环境部署损坏的构建。
The application uses a microservices architecture with the following components. The API gateway handles all incoming requests and routes them to the appropriate service. The authentication service is responsible for managing user sessions and JWT tokens.
微服务架构。API网关将所有请求路由至对应服务,鉴权服务管理用户会话和JWT tokens。