eb2dc32c53
- Next.js 16 + React + TypeScript static export - shadcn/ui components: Card, Tabs, Badge, Sheet, Collapsible, Table - Claude Blu 2 dark theme via oklch CSS variables - lightweight-charts v4 for equity curve rendering - Framer Motion for layout animations - 3 tabs: Live Testnet, Paper Mainnet (00K), Historical - Full-page strategy detail with equity chart + trade history - Fee tier selector (7 official Hyperliquid tiers + staking) - API routes prefixed with /api/ for clean Caddy proxying - _next/ mount for Next.js static assets - WebSocket data flowing for live metrics and paper trader
11 lines
219 B
JavaScript
11 lines
219 B
JavaScript
self.__BUILD_MANIFEST = {
|
|
"__rewrites": {
|
|
"afterFiles": [],
|
|
"beforeFiles": [],
|
|
"fallback": []
|
|
},
|
|
"sortedPages": [
|
|
"/_app",
|
|
"/_error"
|
|
]
|
|
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() |