feat(prod): production stage for frontend

This commit is contained in:
Leons Aleksandrovs
2025-07-13 21:37:56 +03:00
parent 60ce25e95c
commit 6d13680e99
9 changed files with 45 additions and 37 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Card, CardAction, CardContent, CardDescription, CardHeader, CardTitle }
import { useAppForm } from "@/hooks/formHook";
import Guest from "@/layouts/Guest";
import requests from "@/lib/requests";
import { createFileRoute, Link, redirect, useNavigate } from "@tanstack/react-router";
import { createFileRoute, Link, useNavigate } from "@tanstack/react-router";
import { useState } from "react";
import toast from "react-hot-toast";
import * as z from "zod/v4";