Archived
fix: respect Pi session directories by cwd
This commit is contained in:
@@ -86,10 +86,13 @@ export interface Workspace {
|
||||
isGitWorktree: boolean;
|
||||
}
|
||||
|
||||
export interface SessionInfo {
|
||||
export interface SessionRef {
|
||||
id: string;
|
||||
path: string;
|
||||
cwd: string;
|
||||
}
|
||||
|
||||
export interface SessionInfo extends SessionRef {
|
||||
path: string;
|
||||
name?: string;
|
||||
created: string;
|
||||
modified: string;
|
||||
|
||||
Reference in New Issue
Block a user