Skip to content

Commit 1ef23ed

Browse files
committed
ci: change woker default deployment mode from mixed to client
1 parent 4c1eeca commit 1ef23ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ binding = "AI"
2929
# Users can choose to remain client mode or sign in for cloud synchronization.
3030
# Authenticated users benefit from cross-device data sync and server-side data persistence.
3131
# Provides the best of both worlds: instant local access with optional cloud features.
32-
MODE = "mixed"
32+
MODE = "client"
3333

3434
# Authentication configuration, only for mixed mode
3535
#

0 commit comments

Comments
 (0)