Skip to content

Commit 50f5299

Browse files
committed
fix: add shell_environment module to web_main.rs
Fixes Windows build by ensuring shell_environment is available for both main.rs and web_main.rs binaries.
1 parent 4a542b9 commit 50f5299

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/web_main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mod checkpoint;
44
mod claude_binary;
55
mod commands;
66
mod process;
7+
mod shell_environment;
78
mod web_server;
89

910
#[derive(Parser)]

0 commit comments

Comments
 (0)