diff options
| author | Dax Raad <[email protected]> | 2025-11-23 12:07:28 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-23 12:07:28 -0500 |
| commit | af96ec5a30dd2808f56539ae79904d1f353b6403 (patch) | |
| tree | af2127c22e2552aea5afb1be622db7ec670d8bee /package.json | |
| parent | 55df80b80e93e5061ef8d3671324b047dbd334cd (diff) | |
| download | opencode-af96ec5a30dd2808f56539ae79904d1f353b6403.tar.gz opencode-af96ec5a30dd2808f56539ae79904d1f353b6403.zip | |
ignore: update @solidjs/start dependency and fix console redirect handling
Updates the @solidjs/start dependency to latest version and removes deprecated getResponseHeaders usage from auth callback. Also adds error handling for workspace ID lookup to prevent redirect failures.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c464b643b..8190bad94 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "vite": "7.1.4", "@solidjs/meta": "0.29.4", "@solidjs/router": "0.15.4", - "@solidjs/start": "https://pkg.pr.new/@solidjs/start@dbff19d", + "@solidjs/start": "https://pkg.pr.new/@solidjs/start@3643ff3", "solid-js": "1.9.10", "vite-plugin-solid": "2.11.10" } |
