mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
WIP preserve local changes before duckie merge
This commit is contained in:
Vendored
+5
@@ -8,3 +8,8 @@ declare module '*.gif' {
|
||||
const src: string;
|
||||
export default src;
|
||||
}
|
||||
|
||||
interface ImportMeta
|
||||
{
|
||||
glob: (pattern: string, options?: { eager?: boolean; import?: string }) => Record<string, string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user