From f0f441c67d8368772f8f433cf6b59d416d039a38 Mon Sep 17 00:00:00 2001 From: MOHAN Date: Thu, 14 May 2026 23:58:15 +0530 Subject: [PATCH] Ignore frontend generated files --- .gitignore | 9 +- .react-router/types/+future.ts | 9 -- .react-router/types/+routes.ts | 88 ------------------ .react-router/types/+server-build.d.ts | 18 ---- .react-router/types/app/+types/root.ts | 68 -------------- .../types/app/routes/+types/app._index.ts | 74 --------------- .../types/app/routes/+types/app.additional.ts | 74 --------------- .react-router/types/app/routes/+types/app.ts | 71 -------------- .../types/app/routes/+types/auth.$.ts | 71 -------------- .../+types/webhooks.app.scopes_update.ts | 71 -------------- .../routes/+types/webhooks.app.uninstalled.ts | 71 -------------- .../types/app/routes/_index/+types/route.ts | 71 -------------- .../app/routes/auth.login/+types/route.ts | 71 -------------- prisma/dev.sqlite | Bin 20480 -> 0 bytes 14 files changed, 7 insertions(+), 759 deletions(-) delete mode 100644 .react-router/types/+future.ts delete mode 100644 .react-router/types/+routes.ts delete mode 100644 .react-router/types/+server-build.d.ts delete mode 100644 .react-router/types/app/+types/root.ts delete mode 100644 .react-router/types/app/routes/+types/app._index.ts delete mode 100644 .react-router/types/app/routes/+types/app.additional.ts delete mode 100644 .react-router/types/app/routes/+types/app.ts delete mode 100644 .react-router/types/app/routes/+types/auth.$.ts delete mode 100644 .react-router/types/app/routes/+types/webhooks.app.scopes_update.ts delete mode 100644 .react-router/types/app/routes/+types/webhooks.app.uninstalled.ts delete mode 100644 .react-router/types/app/routes/_index/+types/route.ts delete mode 100644 .react-router/types/app/routes/auth.login/+types/route.ts delete mode 100644 prisma/dev.sqlite diff --git a/.gitignore b/.gitignore index 477123c..8c978b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -@" node_modules/ .env .env.* @@ -6,6 +5,13 @@ dist/ build/ .next/ coverage/ + +# Generated/runtime files +.react-router/ +.shopify/ +prisma/dev.sqlite +*.log + npm-debug.log* yarn-debug.log* yarn-error.log* @@ -13,4 +19,3 @@ yarn-error.log* Thumbs.db .vscode/ .idea/ -"@ | Out-File -Encoding utf8 .gitignore \ No newline at end of file diff --git a/.react-router/types/+future.ts b/.react-router/types/+future.ts deleted file mode 100644 index 7f4533c..0000000 --- a/.react-router/types/+future.ts +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by React Router - -import "react-router"; - -declare module "react-router" { - interface Future { - v8_middleware: false - } -} \ No newline at end of file diff --git a/.react-router/types/+routes.ts b/.react-router/types/+routes.ts deleted file mode 100644 index 47b26a5..0000000 --- a/.react-router/types/+routes.ts +++ /dev/null @@ -1,88 +0,0 @@ -// Generated by React Router - -import "react-router" - -declare module "react-router" { - interface Register { - pages: Pages - routeFiles: RouteFiles - routeModules: RouteModules - } -} - -type Pages = { - "/": { - params: {}; - }; - "/webhooks/app/scopes_update": { - params: {}; - }; - "/webhooks/app/uninstalled": { - params: {}; - }; - "/auth/login": { - params: {}; - }; - "/auth/*": { - params: { - "*": string; - }; - }; - "/app": { - params: {}; - }; - "/app/additional": { - params: {}; - }; -}; - -type RouteFiles = { - "root.jsx": { - id: "root"; - page: "/" | "/webhooks/app/scopes_update" | "/webhooks/app/uninstalled" | "/auth/login" | "/auth/*" | "/app" | "/app/additional"; - }; - "routes/webhooks.app.scopes_update.jsx": { - id: "routes/webhooks.app.scopes_update"; - page: "/webhooks/app/scopes_update"; - }; - "routes/webhooks.app.uninstalled.jsx": { - id: "routes/webhooks.app.uninstalled"; - page: "/webhooks/app/uninstalled"; - }; - "routes/auth.login/route.jsx": { - id: "routes/auth.login"; - page: "/auth/login"; - }; - "routes/auth.$.jsx": { - id: "routes/auth.$"; - page: "/auth/*"; - }; - "routes/_index/route.jsx": { - id: "routes/_index"; - page: "/"; - }; - "routes/app.jsx": { - id: "routes/app"; - page: "/app" | "/app/additional"; - }; - "routes/app.additional.jsx": { - id: "routes/app.additional"; - page: "/app/additional"; - }; - "routes/app._index.jsx": { - id: "routes/app._index"; - page: "/app"; - }; -}; - -type RouteModules = { - "root": typeof import("./app/root.jsx"); - "routes/webhooks.app.scopes_update": typeof import("./app/routes/webhooks.app.scopes_update.jsx"); - "routes/webhooks.app.uninstalled": typeof import("./app/routes/webhooks.app.uninstalled.jsx"); - "routes/auth.login": typeof import("./app/routes/auth.login/route.jsx"); - "routes/auth.$": typeof import("./app/routes/auth.$.jsx"); - "routes/_index": typeof import("./app/routes/_index/route.jsx"); - "routes/app": typeof import("./app/routes/app.jsx"); - "routes/app.additional": typeof import("./app/routes/app.additional.jsx"); - "routes/app._index": typeof import("./app/routes/app._index.jsx"); -}; \ No newline at end of file diff --git a/.react-router/types/+server-build.d.ts b/.react-router/types/+server-build.d.ts deleted file mode 100644 index 13792c1..0000000 --- a/.react-router/types/+server-build.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -// Generated by React Router - -declare module "virtual:react-router/server-build" { - import { ServerBuild } from "react-router"; - export const assets: ServerBuild["assets"]; - export const assetsBuildDirectory: ServerBuild["assetsBuildDirectory"]; - export const basename: ServerBuild["basename"]; - export const entry: ServerBuild["entry"]; - export const future: ServerBuild["future"]; - export const isSpaMode: ServerBuild["isSpaMode"]; - export const prerender: ServerBuild["prerender"]; - export const publicPath: ServerBuild["publicPath"]; - export const routeDiscovery: ServerBuild["routeDiscovery"]; - export const routes: ServerBuild["routes"]; - export const ssr: ServerBuild["ssr"]; - export const allowedActionOrigins: ServerBuild["allowedActionOrigins"]; - export const unstable_getCriticalCss: ServerBuild["unstable_getCriticalCss"]; -} \ No newline at end of file diff --git a/.react-router/types/app/+types/root.ts b/.react-router/types/app/+types/root.ts deleted file mode 100644 index f79b35c..0000000 --- a/.react-router/types/app/+types/root.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../root.js") - -type Info = GetInfo<{ - file: "root.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../root.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/app._index.ts b/.react-router/types/app/routes/+types/app._index.ts deleted file mode 100644 index b003d13..0000000 --- a/.react-router/types/app/routes/+types/app._index.ts +++ /dev/null @@ -1,74 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../app._index.js") - -type Info = GetInfo<{ - file: "routes/app._index.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/app"; - module: typeof import("../app.js"); -}, { - id: "routes/app._index"; - module: typeof import("../app._index.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/app.additional.ts b/.react-router/types/app/routes/+types/app.additional.ts deleted file mode 100644 index dd51f3d..0000000 --- a/.react-router/types/app/routes/+types/app.additional.ts +++ /dev/null @@ -1,74 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../app.additional.js") - -type Info = GetInfo<{ - file: "routes/app.additional.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/app"; - module: typeof import("../app.js"); -}, { - id: "routes/app.additional"; - module: typeof import("../app.additional.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/app.ts b/.react-router/types/app/routes/+types/app.ts deleted file mode 100644 index dc4f323..0000000 --- a/.react-router/types/app/routes/+types/app.ts +++ /dev/null @@ -1,71 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../app.js") - -type Info = GetInfo<{ - file: "routes/app.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/app"; - module: typeof import("../app.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/auth.$.ts b/.react-router/types/app/routes/+types/auth.$.ts deleted file mode 100644 index 37d1e0a..0000000 --- a/.react-router/types/app/routes/+types/auth.$.ts +++ /dev/null @@ -1,71 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../auth.$.js") - -type Info = GetInfo<{ - file: "routes/auth.$.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/auth.$"; - module: typeof import("../auth.$.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/webhooks.app.scopes_update.ts b/.react-router/types/app/routes/+types/webhooks.app.scopes_update.ts deleted file mode 100644 index 454da51..0000000 --- a/.react-router/types/app/routes/+types/webhooks.app.scopes_update.ts +++ /dev/null @@ -1,71 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../webhooks.app.scopes_update.js") - -type Info = GetInfo<{ - file: "routes/webhooks.app.scopes_update.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/webhooks.app.scopes_update"; - module: typeof import("../webhooks.app.scopes_update.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/webhooks.app.uninstalled.ts b/.react-router/types/app/routes/+types/webhooks.app.uninstalled.ts deleted file mode 100644 index 892713b..0000000 --- a/.react-router/types/app/routes/+types/webhooks.app.uninstalled.ts +++ /dev/null @@ -1,71 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../webhooks.app.uninstalled.js") - -type Info = GetInfo<{ - file: "routes/webhooks.app.uninstalled.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/webhooks.app.uninstalled"; - module: typeof import("../webhooks.app.uninstalled.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/_index/+types/route.ts b/.react-router/types/app/routes/_index/+types/route.ts deleted file mode 100644 index 72808cd..0000000 --- a/.react-router/types/app/routes/_index/+types/route.ts +++ /dev/null @@ -1,71 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/_index/route.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_index"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth.login/+types/route.ts b/.react-router/types/app/routes/auth.login/+types/route.ts deleted file mode 100644 index 2ecf821..0000000 --- a/.react-router/types/app/routes/auth.login/+types/route.ts +++ /dev/null @@ -1,71 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth.login/route.jsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/auth.login"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // ServerHydrateFallback - export type ServerHydrateFallbackProps = Annotations["ServerHydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ServerComponent - export type ServerComponentProps = Annotations["ServerComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; - - // ServerErrorBoundary - export type ServerErrorBoundaryProps = Annotations["ServerErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/prisma/dev.sqlite b/prisma/dev.sqlite deleted file mode 100644 index 1dfdd163f100e3ed0f4c7af353ae5fbf7bc650f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20480 zcmeI3&uimG6vw3`-Z);23t7k^6oe^s7vdmUKO)mhokR_$Ub{`~rdcTJXf(5)jeb>< zvq^7h%d&_53!#@n>A8PNFWvqrJ$7WvUdK+B(1k+a4H6#Bym@clM_&s(@*I8HW+{YA|qeN?XeBdk0`Liw-C9}iLa zx7&=N9S8scAOHk_01yBIKmZ8bdjdc0Ew65DZi=tJNs;4`Ba$R64Dyeay+f7^9JZb|4^O1et&^?XC>ey&oY}N1MJc(Z zk0sr}V*&5p?RMK%v-38{zV%tN-|k5ic?p^N!eNyAnlzE~h{YtSO8Y#CUhAnf=|C9s zJbU3O32uo#Oi0|~+3mItTAkix9A$Bmc91_8$3r)@5+5;d?0zzy#|?);+I<<2_^x?* zAx7R@Kpc7=a>5v;;f$Xfv5aQ%6^R*TB+Dmfd82JiD91IJ;WC-{Y>zchwOo2qTY0e2 z+!O^Cxa2(f&f~w?Y&1;6(Y2lH##Zu5;m2p<>V~3-uk4ZN>?mf5k8Gbk=P7adC5tUf z*QK~y^VQafcn z;e-7s4~L@2<9e}^lthU=5^Xj={#CFJtV5~aIcgnrto=oYa_Pz5(u0j-H3D3iQky3^o?BFnPl?6`(%$_~b= zsTw+_4MNqOdc#m%M3I3FqC315J38+XuU`HB^Hp80YqGA&bwxFG)y6U53xRerUVI!c z3XKeZDDk|+%HIM%pa20N00e*l5C8%|00;m9AOHk_01yBI_l&^D%l$hoH;mu^uM3s+ zdzK(f7YG0WAOHk_01yBIKmZ5;0U!VbfWZ3^xO^e5A0L#9m#c-7%u`V)7EcNxrP*#7 z`;2(udA9Y!4^wtVw*8B2{|%!T+c@;!+4(Zgc5P7Rkz{LJXTcfY91zAA`E?YB?hvPw z?r7+E439T#h*z&4{rPJ$h%mA>hbndCxF)4UHyl@1RMj+92bnH)h^BC>IJH%zIM`Gb z7u8k8r2Ovy#8D_UWxAs^REor3j-P$<(fIxU8=>;%{h+~UAOHk_01yBIKmZ5;0U!Vb WfB+Bx0zlw@C-8Xrc