Apply Biome

This commit is contained in:
NightKev 2025-07-27 20:39:38 -07:00
parent 0449b3f2ea
commit 9b4b286409
2 changed files with 30 additions and 30 deletions

2
src/vite.env.d.ts vendored
View File

@ -12,5 +12,5 @@ interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
readonly env: ImportMetaEnv;
}