This website requires JavaScript.
Explore
Help
Sign In
i
/
Aether
Watch
1
Star
0
Fork
0
You've already forked Aether
mirror of
https://github.com/fawney19/Aether.git
synced
2026-01-03 08:12:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
26b281271e6b9f3e9ce912d0e67b86b442daa103
Aether
/
frontend
/
src
/
vite-env.d.ts
4 lines
77 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2025-12-10 20:52:44 +08:00
/// <reference types="vite/client" />
feat: add version management with setuptools-scm - Configure hatch-vcs for automatic version generation from git tags - Update pyproject.toml to use dynamic versioning - Add src/_version.py for runtime version access - Update src/__init__.py to import version from _version - Add __APP_VERSION__ to frontend vite config - Add version script to frontend package.json - Update CI workflows to trigger on version tags instead of branches
2025-12-14 00:12:37 +08:00
declare
const
__APP_VERSION__
:
string
Reference in New Issue
Copy Permalink