Reload projects when there are external changes on the file-system (#4077)

This commit is contained in:
49fl
2024-10-03 13:02:57 -04:00
committed by GitHub
parent e1406012b4
commit 115e6baa53
10 changed files with 239 additions and 28 deletions

View File

@ -2,6 +2,7 @@ import { StateMachineCommandSetConfig } from 'lib/commandTypes'
import { homeMachine } from 'machines/homeMachine'
export type HomeCommandSchema = {
'Read projects': {}
'Create project': {
name: string
}