Skip to content

Commit c22c42f

Browse files
committed
file paths, who needs em
1 parent 694f3c8 commit c22c42f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript-sdk/apps/dojo/scripts/prep-dojo-everything.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const ALL_TARGETS = {
101101
'adk-middleware': {
102102
command: 'uv sync',
103103
name: 'ADK Middleware',
104-
cwd: path.join(integrationsRoot, 'adk-middleware/examples'),
104+
cwd: path.join(integrationsRoot, 'adk-middleware/python/examples'),
105105
},
106106
'dojo': {
107107
command: 'pnpm install --no-frozen-lockfile && pnpm build --filter=demo-viewer...',

typescript-sdk/apps/dojo/scripts/run-dojo-everything.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const ALL_SERVICES = {
113113
'adk-middleware': {
114114
command: 'uv run dev',
115115
name: 'ADK Middleware',
116-
cwd: path.join(integrationsRoot, 'adk-middleware/examples'),
116+
cwd: path.join(integrationsRoot, 'adk-middleware/python/examples'),
117117
env: { PORT: 8010 },
118118
},
119119
'dojo': {

0 commit comments

Comments
 (0)