dynamically import all plugins

This commit is contained in:
Alphons Joseph
2025-03-12 20:11:26 +08:00
parent 2cb607c5a9
commit 3c65e6d6c5
3 changed files with 11 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
export async function init() {
console.log('Hello, world!')
}