Client reset command

This commit is contained in:
Zef Hemel
2023-05-29 09:56:47 +02:00
parent c6a45be4bb
commit 97710d1a79
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -10,3 +10,7 @@ export async function parsePageCommand() {
),
);
}
export async function resetClientCommand() {
editor.openUrl("/.client/reset.html");
}