mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
dynamically import all plugins
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export async function init() {
|
||||
console.log('Hello, world!')
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
export { init as Monofile } from './monofile'
|
||||
export { init as Monofile } from './monofile'
|
||||
export { init as Hello } from './hello'
|
||||
Reference in New Issue
Block a user