This commit is contained in:
2026-01-08 18:26:27 +09:00
parent 68ac88045b
commit d3f08e6db5
16 changed files with 1465 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ pub async fn execute() -> Result<()> {
async fn build_browser() -> Result<()> {
use std::process::Command;
let browser_dir = "./repos/log/pds";
let browser_dir = "./pds";
// Check if pds directory exists
if !std::path::Path::new(browser_dir).exists() {