feat: react zitadel
This commit is contained in:
14
modules/account/package.json
Normal file
14
modules/account/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@module/account",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./server": "./server.ts",
|
||||
"./client": "./client.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@platform/relay": "workspace:*",
|
||||
"zod": "4.1.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user