diff --git a/SSE.md b/SSE.md index 83cdc64..3b731ff 100644 --- a/SSE.md +++ b/SSE.md @@ -69,3 +69,87 @@ const infoCount = async (comico, event = () => { }) => { export { infoCount } ``` + + +# ./server/admin/command/command.mustache + +```html + + + + {{#list}} + {{name}} + {{/list}} + + + + + + +```