1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 16:55:40 +02:00

build(#10336): hide internal args

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 12:18:42 +09:00
parent 671ce6a531
commit 5605b03ce4

View File

@@ -97,6 +97,9 @@ const preview = {
},
],
parameters: {
controls: {
exclude: /^__/,
},
msw: {
handlers: commonHandlers,
},