Skip to content

Commit 4bdc311

Browse files
Actually make next default, why not
1 parent 3b7b47d commit 4bdc311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: './.workflow-data',
11+
dataDir: './.next/workflow-data',
1212
port: '3000',
1313
env: 'production',
1414
};

0 commit comments

Comments
 (0)