fix(plugins/community/splatoon): script link

This commit is contained in:
lowlighter
2022-11-21 19:23:59 -05:00
parent b07626581d
commit baf0cc3d6e

View File

@@ -23,7 +23,7 @@ const allowed = {
}
const script = import.meta.resolve("./s3si/index.ts")
const args = [
"run", "--no-prompt", "--cached-only",
"run", "--no-prompt",
`--allow-read="${allowed.files}"`,
`--allow-write="${allowed.files}"`,
`--allow-net="${allowed.net}"`,