This commit is contained in:
Vendicated
2022-08-29 18:11:44 +02:00
parent af498e7829
commit 876e622f4f
17 changed files with 289 additions and 34 deletions

3
src/plugins/bar.ts Normal file
View File

@ -0,0 +1,3 @@
export default {
name: "bar"
};

3
src/plugins/foo.ts Normal file
View File

@ -0,0 +1,3 @@
export default {
name: "foo"
};

3
src/plugins/index.ts Normal file
View File

@ -0,0 +1,3 @@
import plugins from "plugins";
console.log(plugins);