mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-20 21:38:55 -06:00
* misc changes * remove yarn.lock * update poetry lockfile * fix env variables in browser --------- Co-authored-by: Ethan Roseman <ethteck@gmail.com>
7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference types="next/navigation-types/compat/navigation" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|