Add config file and error page

This commit is contained in:
Sean Morley
2024-04-10 15:19:19 +00:00
parent 45545fd8ce
commit ae5e77f670
2 changed files with 20 additions and 0 deletions

2
config.ts Normal file
View File

@@ -0,0 +1,2 @@
export let appVersion = "0.0.1";
export let appTitle = "AdventureLog";