mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare interface ImportMetaEnv {
|
|
readonly VITE_COMMIT_REF: string;
|
|
}
|
|
|
|
declare interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|