Skip to content

Commit 7da95ee

Browse files
committed
Correction d'un problème avec Vercel.
1 parent 1b93e94 commit 7da95ee

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

site/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// noinspection ES6PreferShortImport
22

33
import { romanize } from '../utils/utils'
4-
import type { Lesson, Level } from '~/types'
4+
import type { Lesson, Level } from '../types'
55

66
interface Mobile {
77
googlePlay: string

vercel/api/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
{
2-
// https://v3.nuxtjs.org/concepts/typescript
3-
"extends": "../../.nuxt/tsconfig.json"
4-
}
1+
{}

0 commit comments

Comments
 (0)