feat(engine): standalone tests and engine teardown (#172)

This commit is contained in:
Luca Steeb
2024-02-28 00:15:25 +07:00
committed by GitHub
parent 7709bcb175
commit ae4841031b
26 changed files with 882 additions and 523 deletions

View File

@@ -93,6 +93,7 @@ tasks:
- go mod download
- cd frontend/app/ && pnpm install
- cd frontend/docs/ && pnpm install
- cd typescript-sdk/ && pnpm install
generate-api:
cmds:
- task: generate-api-server