initial support for local microservice stack

This commit is contained in:
Devin Zuczek
2026-06-30 12:20:43 -04:00
parent 85a4e434aa
commit c9cc39acbd
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
{
// Needed as there are...a lot of microservices. Good luck running locally.
"concurrency": "20",
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.dev.vars"],
"globalEnv": ["CI", "GITHUB_ACTIONS", "VITEST"],