File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { TableColumn } from '@nuxt/ui';
33import type { AsyncDataRequestStatus } from ' #app' ;
44import { objectToCamel } from ' ts-case-convert' ;
55
6- import type { Tables } from ' ../.. /types/database.types' ;
6+ import type { Tables } from ' ~~ /types/database.types' ;
77
88const ULink = resolveComponent (' ULink' );
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { TableColumn } from '@nuxt/ui';
33import type { AsyncDataRequestStatus } from ' #app' ;
44import { objectToCamel } from ' ts-case-convert' ;
55
6- import type { Tables } from ' ../.. /types/database.types' ;
6+ import type { Tables } from ' ~~ /types/database.types' ;
77
88const client = useSupabaseClient ();
99
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ export default defineNuxtConfig({
5454 callback : '/confirm' ,
5555 include : [ '/admin(/*)?' ] ,
5656 } ,
57- types : '. /types/database.types.ts' ,
57+ types : '~~ /types/database.types.ts' ,
5858 } ,
5959} ) ;
You can’t perform that action at this time.
0 commit comments