diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-11 13:42:59 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-11 13:42:59 -0700 |
commit | 4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a (patch) | |
tree | 0e6789f8f80e08d0ae497f08c76baa9876bebc34 /extension/react-app/src/redux/store.ts | |
parent | 1936f725d226bea2e13d5d88c1dd7a9a02ddd259 (diff) | |
parent | 48ee1334dfd21dbe55cf66f39da1249619103e81 (diff) | |
download | sncontinue-4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a.tar.gz sncontinue-4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a.tar.bz2 sncontinue-4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a.zip |
Merge branch 'main' into ci-testing
Diffstat (limited to 'extension/react-app/src/redux/store.ts')
-rw-r--r-- | extension/react-app/src/redux/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/redux/store.ts b/extension/react-app/src/redux/store.ts index a9a45ec1..7959a067 100644 --- a/extension/react-app/src/redux/store.ts +++ b/extension/react-app/src/redux/store.ts @@ -14,7 +14,7 @@ export interface ChatMessage { export interface RootStore { config: { - workspacePath: string | undefined; + workspacePaths: string[] | undefined; apiUrl: string; vscMachineId: string | undefined; sessionId: string | undefined; |