bitfab-cli 0.2.114 → 0.2.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8766,7 +8766,9 @@ var STUDIO_ROUTE_PATTERNS = [
|
|
|
8766
8766
|
/^\/studio$/,
|
|
8767
8767
|
/^\/studio\/experiments$/,
|
|
8768
8768
|
/^\/studio\/close$/,
|
|
8769
|
-
|
|
8769
|
+
// Catch-all sign-in route ([[...rest]]) so Clerk can path-route its sub-steps
|
|
8770
|
+
// (sso-callback, factor-one, continue); matches /studio/sign-in and any child.
|
|
8771
|
+
/^\/studio\/sign-in(\/.*)?$/,
|
|
8770
8772
|
/^\/studio\/trace-plan\/[^/]+$/,
|
|
8771
8773
|
// Matches both real dataset ids and the legacy "labeled" segment; old plugin
|
|
8772
8774
|
// versions still navigate to /datasets/labeled, which the server redirects.
|