mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: pnpm issues
This commit is contained in:
parent
693a28721d
commit
25cba1cdbb
3 changed files with 3719 additions and 1629 deletions
1
apps/collaboration/pnpm-lock.yaml
generated
1
apps/collaboration/pnpm-lock.yaml
generated
|
|
@ -80,7 +80,6 @@ packages:
|
||||||
|
|
||||||
bun@1.1.1:
|
bun@1.1.1:
|
||||||
resolution: {integrity: sha512-gV90TkJgHvI50X9BoKQ3zVpPEY6YP0vqOww2uZmsOyckZSRlcFYWhXZwFj6PV8KCFINYs8VZ65m59U2RuFYfWw==}
|
resolution: {integrity: sha512-gV90TkJgHvI50X9BoKQ3zVpPEY6YP0vqOww2uZmsOyckZSRlcFYWhXZwFj6PV8KCFINYs8VZ65m59U2RuFYfWw==}
|
||||||
cpu: [arm64, x64]
|
|
||||||
os: [darwin, linux, win32]
|
os: [darwin, linux, win32]
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ const LoggedInJoinScreen = (props: any) => {
|
||||||
res.data
|
res.data
|
||||||
)
|
)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
router.push(`/`)
|
router.push(getUriWithOrg(org.slug,'/'))
|
||||||
}, 2000)
|
}, 2000)
|
||||||
setIsSubmitting(false)
|
setIsSubmitting(false)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
5087
apps/web/pnpm-lock.yaml
generated
5087
apps/web/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue