Merge pull request #227 from zitadel/acceptance-test-suite

test(acceptance): username password
This commit is contained in:
Max Peintner
2024-10-28 08:29:44 +01:00
committed by GitHub
18 changed files with 349 additions and 197 deletions

View File

@@ -24,6 +24,7 @@
"build": "next build",
"prestart": "pnpm build",
"start": "next start",
"start:built": "next start",
"clean": "pnpm mock:destroy && rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"git": {