Fix package manager errors (#429)
- **Use bounded caching via unstable_cache, add Axios client with timeout/keepAlive for server-side requests, and dedupe preview API route by removing duplicate handler** - **Remove Dockerfile and .dockerignore; keep PR focused on caching and HTTP client fixes using npm (no Docker)**
This commit is contained in:
parent
426645813e
commit
b1472fd35d
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-alert-dialog": "^1.0.5",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue