Reload projects when there are external changes on the file-system (#4077)
This commit is contained in:
@ -12,9 +12,7 @@ export type FileLoaderData = {
|
||||
file?: FileEntry
|
||||
}
|
||||
|
||||
export type HomeLoaderData = {
|
||||
projects: Project[]
|
||||
}
|
||||
export type HomeLoaderData = {}
|
||||
|
||||
// From the very helpful @jcalz on StackOverflow: https://stackoverflow.com/a/58436959/22753272
|
||||
type Join<K, P> = K extends string | number
|
||||
|
Reference in New Issue
Block a user