Skip to content

Commit add1794

Browse files
committed
chore: set appId
1 parent 8c3f633 commit add1794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sanity.cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import {defineCliConfig} from 'sanity/cli'
22

33
export default defineCliConfig({
44
api: {projectId: 'ppsg7ml5', dataset: 'test'},
5-
autoUpdates: true,
5+
deployment: {appId: 'g2def28kqacghk3oy8ezpte1', autoUpdates: true},
66
reactStrictMode: true,
77
})

tsconfig.settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"moduleResolution": "node",
3+
"moduleResolution": "bundler",
44
"target": "esnext",
55
"module": "esnext",
66
"lib": ["DOM", "DOM.Iterable", "ESNext"],

0 commit comments

Comments
 (0)