chore: format code

This commit is contained in:
GitHub Action 2025-11-11 18:38:23 +00:00
commit b5cc27b8ea
18 changed files with 485 additions and 487 deletions

View file

@ -2,9 +2,7 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {
}
interface ImportMetaEnv {}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}