mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
feat: footer in sider
This commit is contained in:
parent
5fde77604c
commit
3f038503dd
3 changed files with 53 additions and 0 deletions
10
env.d.ts
vendored
10
env.d.ts
vendored
|
@ -1,2 +1,12 @@
|
|||
/// <reference types="vite/client" />
|
||||
/// <reference types="vite-svg-loader" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
PACKAGE_VERSION: string;
|
||||
PROD: boolean;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue