File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ claude-research.key
2020.page-agent-config.json
2121.common.json
2222.knowledge
23- packages / local-dev-toolshed.log
23+ local-dev-toolshed.log
2424local-dev-shell.log
2525tools /ralph /logs /
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ check_port 5173
4141
4242# Start shell dev server in background
4343cd packages/shell
44- deno task dev-local > ../../ local-dev-shell.log 2>&1 &
44+ deno task dev-local > local-dev-shell.log 2>&1 &
4545SHELL_PID=$!
4646
4747# Wait a moment for shell to start
4848sleep 2
4949
5050# Start toolshed dev server in background
5151cd ../toolshed
52- SHELL_URL=http://localhost:5173 deno task dev > ../ local-dev-toolshed.log 2>&1 &
52+ SHELL_URL=http://localhost:5173 deno task dev > local-dev-toolshed.log 2>&1 &
5353TOOLSHED_PID=$!
5454
5555# # Function to cleanup background processes
You can’t perform that action at this time.
0 commit comments