로그인 화면에 버전 표시

This commit is contained in:
2026-09-06 23:26:08 +09:00
parent 309b70ece4
commit 321fe77107
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
import pkg from "@/package.json";
export const APP_VERSION = `v${pkg.version}`;