update
This commit is contained in:
parent
5637a7aa88
commit
0c965daba4
|
@ -30,6 +30,13 @@ module.exports = {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
config: {
|
||||||
|
language: {
|
||||||
|
label:"Language",
|
||||||
|
type: "select",
|
||||||
|
default: "en",
|
||||||
|
}
|
||||||
|
},
|
||||||
execute: async (pkg) => {
|
execute: async (pkg) => {
|
||||||
await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => {
|
await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => {
|
||||||
console.log(`RFS Mounted: ${rfs_files[0]}`)
|
console.log(`RFS Mounted: ${rfs_files[0]}`)
|
||||||
|
|
Loading…
Reference in New Issue