zerobyte/app/client/lib/constants.ts
Jakub Trávník cd9f5a9bbe feat(ui): improve local repository path display and messaging
- Add shared client constants file with REPOSITORY_BASE
- Show effective local path in repository info tab
- Update host mount warning to clarify default path is safe when using recommended Docker setup
- Update README to clarify local repositories can use custom paths
2025-12-23 12:23:01 +01:00

2 lines
113 B
TypeScript

/** Default base path for local repositories */
export const REPOSITORY_BASE = "/var/lib/zerobyte/repositories";