move filesystem operation to backend
This commit is contained in:
@@ -54,3 +54,7 @@ export function makeConnectionMessageEvent(connectionId: string): Event<MqttMess
|
||||
export const getAppVersion: RpcEvent<void, string> = {
|
||||
topic: 'getAppVersion',
|
||||
}
|
||||
|
||||
export const writeFile: RpcEvent<{ filePath: string, data: string }, void> = {
|
||||
topic: 'writeFile',
|
||||
}
|
||||
Reference in New Issue
Block a user