We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605a56b commit b3776d0Copy full SHA for b3776d0
intro-template/index.tsx
@@ -5,7 +5,6 @@ import Image from 'next/image'
5
import Link from 'next/link'
6
import {usePathname} from 'next/navigation'
7
import {useSyncExternalStore} from 'react'
8
-// @ts-expect-error - fix typings later
9
import cover from './cover.png'
10
11
const subscribe = () => () => {}
package.json
@@ -9,7 +9,7 @@
"lint": "eslint .",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
12
- "type-check": "tsc --noEmit",
+ "type-check": "next typegen && tsc --noEmit",
13
"typegen": "sanity schema extract && sanity typegen generate"
14
},
15
"dependencies": {
0 commit comments