feat: rename data directory, add global project settings, multi-project CLI commands, and provider badge in model selector
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -182,7 +182,7 @@ function copyClientAssets() {
|
||||
// Ignore cleanup errors - directory might not exist or be accessible
|
||||
}
|
||||
console.log("Copying dashboard client assets...");
|
||||
mkdirSync(dashboardClientDest, { recursive: true });
|
||||
mkdirSync(outDir, { recursive: true });
|
||||
cpSync(dashboardClientSrc, dashboardClientDest, { recursive: true });
|
||||
console.log(` → ${dashboardClientDest}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user