Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -6,7 +6,7 @@ const HOMEBREW_SQLITE_LIBRARY_PATHS = [
|
||||
"/usr/local/opt/sqlite/lib/libsqlite3.dylib",
|
||||
] as const;
|
||||
|
||||
export type LocalSqliteVectorConfig =
|
||||
type LocalSqliteVectorConfig =
|
||||
| {
|
||||
mode: "native";
|
||||
source: "explicit-env" | "autodetect-homebrew";
|
||||
|
||||
Reference in New Issue
Block a user