Add project guidelines document and adjust VITE_COMMIT_HASH handling

- Introduced `.junie/guidelines.md` to outline project setup, code conventions, and structure.
- Updated `env.d.ts` and `vite.config.js` to standardize `VITE_COMMIT_HASH` usage.
This commit is contained in:
Jeppe Bundgaard
2026-01-05 11:15:48 +01:00
parent 0fd65e5eaf
commit 7f511dd205
3 changed files with 79 additions and 2 deletions
Vendored
+1 -1
View File
@@ -3,7 +3,7 @@
interface ImportMetaEnv {
readonly VITE_BUILD_DATE: string,
readonly VITE_APP_VERSION: string,
readonly VITE_GIT_COMMIT_HASH: string,
readonly VITE_COMMIT_HASH: string,
readonly VITE_IS_DEV: string,
}
interface ImportMeta {