This commit is contained in:
Lilith 2024-06-11 22:01:32 +02:00
parent 157ddf12fc
commit 16ecb2818a
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 268 additions and 13 deletions

View file

@ -0,0 +1,5 @@
import { applauncher } from "./applauncher.js"
App.config({
windows: [applauncher],
})