This commit is contained in:
SrGooglo 2024-03-16 14:24:18 +01:00
parent 5637a7aa88
commit 0c965daba4
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ module.exports = {
}
]
},
config: {
language: {
label:"Language",
type: "select",
default: "en",
}
},
execute: async (pkg) => {
await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => {
console.log(`RFS Mounted: ${rfs_files[0]}`)