Fix MFA superlevel redirect & ViewTransition (#314)

* feat: fix mfa superlevel & viewtransition

* fix: lint
This commit is contained in:
DecDuck
2026-01-15 15:34:17 +11:00
committed by GitHub
parent 833b5fbcfa
commit 99a60b8fa0
6 changed files with 113 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
"username": "drop"
}
],
"typescript.experimental.useTsgo": true,
"typescript.experimental.useTsgo": false,
// prioritize ArkType's "type" for autoimports
"typescript.preferences.autoImportSpecifierExcludeRegexes": ["^(node:)?os$"]
}