Reload projects when there are external changes on the file-system (#4077)
This commit is contained in:
@ -2,6 +2,7 @@ import { StateMachineCommandSetConfig } from 'lib/commandTypes'
|
||||
import { homeMachine } from 'machines/homeMachine'
|
||||
|
||||
export type HomeCommandSchema = {
|
||||
'Read projects': {}
|
||||
'Create project': {
|
||||
name: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user