import type { z } from "zod" import type { zAmbiente } from "../ts/ambiente" export const urlAutenticacao = (ambiente: z.infer) => `${ ambiente == "producao" ? "https://carro-de-boi.idz.one" : "http://localhost:5030" }/autenticacao`