removido bun
This commit is contained in:
parent
98bcbff6cf
commit
430ff53c68
26 changed files with 2086 additions and 371 deletions
5
dist-front/ts/ambiente.js
Normal file
5
dist-front/ts/ambiente.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { z } from "zod";
|
||||
const zAmbiente = z.enum(["desenvolvimento", "producao"]);
|
||||
export {
|
||||
zAmbiente
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue