mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 01:08:28 +02:00
Plugin module loading
This commit is contained in:
5
src-tauri/plugins/hello-world/index.js
Normal file
5
src-tauri/plugins/hello-world/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { hello } from './hello.js';
|
||||
|
||||
export function entrypoint() {
|
||||
hello();
|
||||
}
|
||||
Reference in New Issue
Block a user