This repository has been archived on 2026-07-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drive/frontend/next-env.d.ts
Elijah 71ba029fbc
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m18s
feat: implement trash auto-purge, settings layout update, larger folder icons, and legacy version cleanup
2026-05-22 18:41:16 -07:00

6 lines
262 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.