chore(nuxt): ignore typescript nitpick

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-12-09 17:49:09 -05:00
parent f57fd2df84
commit be0107b415
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -56,6 +56,7 @@ export default defineNuxtConfig({
maxAgeInSeconds: 14 * 24 * 60 * 60,
// sameSiteAttribute: ,
},
// @ts-ignore
sessionDataType: {} as IUser,
endpoints: {
signUp: { path: "/register", method: "post" },