implementado drive pilão de dados
This commit is contained in:
parent
a1e543cfb8
commit
daae40f4b2
54 changed files with 1476 additions and 19 deletions
|
|
@ -1,4 +1,7 @@
|
|||
export const urlAutenticacao = (ambiente: "desenvolvimento" | "producao") =>
|
||||
import type { z } from "zod"
|
||||
import type { zAmbiente } from "../ts/ambiente"
|
||||
|
||||
export const urlAutenticacao = (ambiente: z.infer<typeof zAmbiente>) =>
|
||||
`${
|
||||
ambiente == "producao"
|
||||
? "https://carro-de-boi.idz.one"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue