Revert "Switch to npm"

This reverts commit ce5bf1edf0.
This commit is contained in:
Max Schmidt
2023-07-28 17:02:19 +02:00
parent a51b72d7b5
commit 27dfaa8f6a
15 changed files with 11095 additions and 19204 deletions

View File

@ -1,7 +1,6 @@
/* tslint:disable */
/* eslint-disable */
/**
* This file was automatically generated by Payload.
* This file was automatically generated by Payload CMS.
* DO NOT MODIFY IT BY HAND. Instead, modify your source Payload config,
* and re-run `payload generate:types` to regenerate this file.
*/
@ -31,11 +30,9 @@ export interface User {
name?: string;
updatedAt: string;
createdAt: string;
email: string;
email?: string;
resetPasswordToken?: string;
resetPasswordExpiration?: string;
salt?: string;
hash?: string;
loginAttempts?: number;
lockUntil?: string;
password?: string;