This commit is contained in:
Amruth Pillai
2026-01-20 20:18:28 +01:00
parent 3cbf953ad2
commit 5688c97ee0
72 changed files with 1706 additions and 1567 deletions
-8
View File
@@ -1,19 +1,11 @@
/// <reference types="vite-plugin-pwa/client" />
import type { AriaAttributes, DOMAttributes } from "react";
declare const __APP_VERSION__: string;
declare module "*.css";
declare module "@fontsource/*" {}
declare module "@fontsource-variable/*" {}
declare module "react" {
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
fetchpriority?: "high" | "low" | "auto";
}
}
declare namespace NodeJS {
interface ProcessEnv {
// Basics