@civitai/blocks-react 0.15.0 → 0.15.1
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.
|
@@ -73,7 +73,7 @@ export interface LiveHostOptions {
|
|
|
73
73
|
/**
|
|
74
74
|
* The PASTED dev block token — a short-lived RS256 JWT minted by
|
|
75
75
|
* `POST /api/v1/blocks/dev-token`. v1 echoes this token on `REQUEST_TOKEN`
|
|
76
|
-
* (no auto-refresh); when it expires (~
|
|
76
|
+
* (no auto-refresh); when it expires (~4h) the dev re-mints + restarts.
|
|
77
77
|
* VITE_-bundled, so it must be SHORT-LIVED — never an API key (scope §5.1).
|
|
78
78
|
*/
|
|
79
79
|
blockToken: string;
|