copy path and chat about file/folder

This commit is contained in:
2026-02-23 05:15:13 +00:00
parent bdefc52331
commit 9acef6cf6c
24 changed files with 1052 additions and 45 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ const dockerStart = (dockerId: string) => {
return result.exitCode === 0;
};
const ensureDockerContainer = async (email: string, userId: number, homeDir: string, username: string) => {
export const ensureDockerContainer = async (email: string, userId: number, homeDir: string, username: string) => {
const map = await loadContainerMap();
const existing = map[email];
if (existing && dockerContainerRunning(existing.dockerId)) return existing;