From f92429ca4579f2e0c604a34c4494a24d26c78e0a Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 15 Apr 2024 22:32:01 +0200 Subject: [PATCH] added version info --- env.d.ts | 1 + src/App.vue | 13 ++++++++++++- vite.config.ts | 5 ++++- vitest.config.ts | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 env.d.ts diff --git a/env.d.ts b/env.d.ts new file mode 100644 index 00000000..7f441e55 --- /dev/null +++ b/env.d.ts @@ -0,0 +1 @@ +declare const APP_VERSION: string; \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 72734192..8e5d6a13 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@