We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f245771 commit 3b7b47dCopy full SHA for 3b7b47d
.changeset/crazy-days-agree.md
@@ -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
@@ -8,7 +8,7 @@ import type { WorldConfig } from '@/lib/config-world';
8
// Default configuration
9
const DEFAULT_CONFIG: WorldConfig = {
10
backend: 'embedded',
11
- dataDir: '../../workbench/nextjs-turbopack/.next/workflow-data',
+ dataDir: './.workflow-data',
12
port: '3000',
13
env: 'production',
14
};
0 commit comments