Add some TODOs to the code for future reference

This commit is contained in:
Daz DeBoer
2021-09-13 11:47:59 -06:00
parent 4264cda558
commit bbe1574290
4 changed files with 18 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ import path from 'path'
import fs from 'fs'
import {AbstractCache} from './cache-utils'
// TODO: Maybe allow the user to override / tweak this set
const PATHS_TO_CACHE = [
'configuration-cache' // Only configuration-cache is stored at present
]