Explorar o código

fix: remove unused config

Gilad S. hai 2 meses
pai
achega
607ab7a402
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/collections.ts

+ 0 - 1
src/collections.ts

@@ -37,7 +37,6 @@ export interface Collection {
  */
 export interface CollectionConfig {
   global_context?: string;                    // Context applied to all collections
-  attempted_llama_build?: boolean;            // Whether llama build was already attempted
   collections: Record<string, Collection>;    // Collection name -> config
 }