API: add abstract open_file method, implement open_file

This commit is contained in:
Johannes Kirschbauer
2024-06-08 17:04:51 +02:00
parent 2b82a966c7
commit 16a8ff208e
7 changed files with 1123 additions and 7 deletions

View File

@@ -34,6 +34,6 @@ if (import.meta.env.DEV) {
},
};
}
postMessage;
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
render(() => <App />, root!);