started working on fixing typescript errors

This commit is contained in:
2024-05-07 21:20:57 +02:00
parent f6ea46a3b5
commit f038b6787f
11 changed files with 40 additions and 17 deletions

View File

@ -1,6 +1,6 @@
export default {
name: 'New Quest',
server_endpoint: 'http://localhost:3000',
server_endpoint: 'https://680760d68d724d.lhr.life',
development: true,
width: 960,
height: 540,
@ -16,4 +16,4 @@ export default {
TALK: 110000,
TRANSITION: 900000
}
}
}