Skip to content

Workspace inventory

PathNameKindStatusFirst command
apps/android/app-agentandroid-agentnative appNative agent Android appcd apps/android && ./gradlew :app-agent:testDebugUnitTest
apps/android/app-userandroid-usernative appNative customer Android appcd apps/android && ./gradlew :app-user:testDebugUnitTest
apps/apiapiappProduction API hostbun --filter api dev
apps/docs@repo/docsappInternal docs sitebun --filter @repo/docs dev
apps/ios-agentIosAgentnative appNative agent iOS appOpen Xcode project or run native CI job
apps/ios-userIosUsernative appNative customer iOS appOpen Xcode project or run native CI job
apps/svelte-websvelte-webappActive web appbun --filter svelte-web dev
apps/workerworkerappProduction background workerbun --filter worker dev
PathNameKindStatusFirst command
packages/api@repo/apipackageShared packagebun --filter @repo/api check-types
packages/auth@repo/authpackageShared package-
packages/cache@repo/cachepackageShared packagebun --filter @repo/cache check-types
packages/contract@repo/contractpackageShared packagebun --filter @repo/contract check-types
packages/database@repo/databasepackageShared package-
packages/eslint-config@repo/eslint-configpackageShared package-
packages/notifications@repo/notificationspackageShared packagebun --filter @repo/notifications check-types
packages/redis-search@repo/redis-searchpackageShared packagebun --filter @repo/redis-search check-types
packages/server-services@repo/server-servicespackageShared packagebun --filter @repo/server-services check-types
packages/typescript-config@repo/typescript-configpackageShared package-
packages/validation@repo/validationpackageShared packagebun --filter @repo/validation check-types

apps/ios-* and apps/android/app-* are real product apps, but they are not Bun workspaces because they are built by Xcode and Gradle. Keep them in app inventories and release docs even though they do not appear in root package.json workspaces.