Template
1
0

feat: react zitadel

This commit is contained in:
2025-11-23 22:56:58 +01:00
parent 2b462993cc
commit fe4220ede0
139 changed files with 3389 additions and 2771 deletions

4
platform/config/mod.ts Normal file
View File

@@ -0,0 +1,4 @@
export * from "./dotenv.ts";
export * from "./environment.ts";
export * from "./errors.ts";
export * from "./service.ts";

View File

@@ -3,8 +3,12 @@
"version": "0.0.0",
"private": true,
"type": "module",
"main": "./mod.ts",
"exports": {
".": "./mod.ts"
},
"dependencies": {
"@std/dotenv": "npm:@jsr/std__dotenv@0.225.5",
"zod": "4.1.11"
"zod": "4.1.12"
}
}