dev login

This commit is contained in:
Elio Bischof
2025-07-16 13:27:30 +02:00
parent acf68d683c
commit 028a657fd0

View File

@@ -8,6 +8,9 @@
"build:login:standalone": {
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"dev": {
"dependsOn": ["@zitadel/client#build"]
},
"test": {
"dependsOn": ["@zitadel/client#build"]
},