mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-05 18:18:37 +02:00
feat(process): add plugin (#348)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import { checkUpdate, installUpdate } from '@tauri-apps/api/updater'
|
||||
import { listen } from '@tauri-apps/api/event'
|
||||
import { relaunch } from '@tauri-apps/api/process'
|
||||
import { relaunch } from 'tauri-plugin-process-api'
|
||||
|
||||
export let onMessage
|
||||
let unlisten
|
||||
|
||||
Reference in New Issue
Block a user