Skip to content

Commit cb2ad6e

Browse files
authoredMar 7, 2025··
fix(cli): use api.sanity.local for CLI dev environment (#8860)
1 parent e7afbc0 commit cb2ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/@sanity/cli/src/util/clientWrapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {getUserConfig} from './getUserConfig'
1515

1616
const apiHosts: Record<string, string | undefined> = {
1717
staging: 'https://api.sanity.work',
18-
development: 'http://api.sanity.wtf',
18+
development: 'http://api.sanity.local',
1919
}
2020

2121
/**

0 commit comments

Comments
 (0)
Please sign in to comment.