This commit is contained in:
Dmitry Vasilev
2022-11-26 01:25:31 +08:00
parent 77c1df54d4
commit e778589bcd
5 changed files with 34 additions and 5 deletions

6
src/launch.js Normal file
View File

@@ -0,0 +1,6 @@
// external
import {init} from './index.js'
import {COMMANDS} from './cmd.js'
init(globalThis.document.getElementById('app'), COMMANDS)