mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:49:35 +00:00
run login without turbopack
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm next dev --turbopack",
|
"dev": "next dev",
|
||||||
|
"dev:turbo": "next dev --turbopack",
|
||||||
"test:unit": "pnpm vitest",
|
"test:unit": "pnpm vitest",
|
||||||
"test:unit:standalone": "pnpm test:unit",
|
"test:unit:standalone": "pnpm test:unit",
|
||||||
"test:unit:watch": "pnpm test:unit --watch",
|
"test:unit:watch": "pnpm test:unit --watch",
|
||||||
|
10529
login/pnpm-lock.yaml
generated
10529
login/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user