feat: version and issue url

This commit is contained in:
2023-09-22 14:15:01 +02:00
parent 4cd9ce536d
commit f03b4d586b
7 changed files with 75 additions and 0 deletions

3
src/env.d.ts vendored
View File

@@ -12,3 +12,6 @@ interface ImportMetaEnv {
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare const HOMEPAGE_URL: string
declare const BUGS_URL: string