This website requires JavaScript.
Explore
Help
Sign In
_Bastler
/
partey_workadventure
Watch
1
Star
0
Fork
0
You've already forked partey_workadventure
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a689756d85
partey_workadventure
/
desktop
/
electron
/
src
/
main.ts
6 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add desktop app
2022-02-17 18:09:57 +01:00
import
app
from
"./app"
;
import
log
from
"./log"
;
fix loading & cleanup
2022-02-19 01:48:56 +01:00
log
.
init
(
)
;
add desktop app
2022-02-17 18:09:57 +01:00
app
.
init
(
)
;
Reference in New Issue
Copy Permalink