Skip to content

Commit 3b7b47d

Browse files
Update
1 parent f245771 commit 3b7b47d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/crazy-days-agree.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@workflow/cli": patch
3+
"@workflow/web": patch
4+
---
5+
6+
Update default fallback path for connecting to embedded world

packages/web/src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { WorldConfig } from '@/lib/config-world';
88
// Default configuration
99
const DEFAULT_CONFIG: WorldConfig = {
1010
backend: 'embedded',
11-
dataDir: '../../workbench/nextjs-turbopack/.next/workflow-data',
11+
dataDir: './.workflow-data',
1212
port: '3000',
1313
env: 'production',
1414
};

0 commit comments

Comments
 (0)