We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api.sanity.local
1 parent e7afbc0 commit cb2ad6eCopy full SHA for cb2ad6e
packages/@sanity/cli/src/util/clientWrapper.ts
@@ -15,7 +15,7 @@ import {getUserConfig} from './getUserConfig'
15
16
const apiHosts: Record<string, string | undefined> = {
17
staging: 'https://api.sanity.work',
18
- development: 'http://api.sanity.wtf',
+ development: 'http://api.sanity.local',
19
}
20
21
/**
0 commit comments