-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Allow the following options to be set in turbo.json
cache options
remoteOnly: boolean
- Requires: Add --remote-only flag #833
cacheDirectory: string
- Def:
turborepo/cli/internal/cache/cache_fs.go
Lines 17 to 25 in 42d7447
type fsCache struct { cacheDirectory string recorder analytics.Recorder } // newFsCache creates a new filesystem cache func newFsCache(config *config.Config, recorder analytics.Recorder) Cache { return &fsCache{cacheDirectory: config.Cache.Dir, recorder: recorder} }
turborepo/cli/internal/config/config.go
Line 205 in 466b09a
Dir: filepath.Join("node_modules", ".cache", "turbo"),
- Def:
Metadata
Metadata
Assignees
Labels
No labels