mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
1b5534b6d4
Uses NextJS as a React framework Initial import of assets in `public/`: * css/ * favicon/ * img/ Initial authentication work * Use next-auth CredentialsProvider to pull user information from TA * Add sign in and sign out functionality using default next-auth login page TODO * Custom login page
6 lines
201 B
TypeScript
6 lines
201 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|