removido bun

This commit is contained in:
Luiz Silva 2025-07-17 11:18:47 -03:00
parent 98bcbff6cf
commit 430ff53c68
26 changed files with 2086 additions and 371 deletions

View file

@ -0,0 +1,5 @@
import { z } from "zod";
const zAmbiente = z.enum(["desenvolvimento", "producao"]);
export {
zAmbiente
};