Files
GMW/pnpm-workspace.yaml
T
asepharyana 0a6a9fd982
Deploy to VPS / deploy (push) Failing after 1m43s
feat: update dependencies and improve dashboard functionality
- Added new dependencies for Next.js and lucide-react in pnpm-workspace.yaml.
- Refactored DashboardPage component to improve readability and error handling.
- Enhanced Header component to display error status with an alert icon.
- Updated MobileTabBar and Sidebar components to use a centralized tabs definition.
- Improved ChannelsView in dashboard-panel to handle channel fetching more cleanly.
- Fixed ActiveSpeaker type to use camelCase for userId.
- Updated MessagesPanel to handle guildId checks more gracefully.
- Adjusted API calls in dashboard and messages to align with backend expectations.
- Refined type definitions across various interfaces for consistency and clarity.
2026-07-26 14:27:36 +07:00

45 lines
958 B
YAML

packages:
- services/*
- packages/*
allowBuilds:
'@discordjs/opus': true
'@lng2004/node-datachannel': true
esbuild: true
node-av: true
node-crc: true
sharp: true
zeromq: true
minimumReleaseAgeExclude:
- '@types/node@25.9.0'
- pg-cloudflare@1.4.0
- pg-connection-string@2.13.0
- pg-pool@3.14.0
- pg-protocol@1.14.0
- pg@8.21.0
- tsx@4.22.2
- '@next/env@16.2.12'
- '@next/swc-darwin-arm64@16.2.12'
- '@next/swc-darwin-x64@16.2.12'
- '@next/swc-linux-arm64-gnu@16.2.12'
- '@next/swc-linux-arm64-musl@16.2.12'
- '@next/swc-linux-x64-gnu@16.2.12'
- '@next/swc-linux-x64-musl@16.2.12'
- '@next/swc-win32-arm64-msvc@16.2.12'
- '@next/swc-win32-x64-msvc@16.2.12'
- lucide-react@1.27.0
- next@16.2.12
- shadcn@4.15.0
onlyBuiltDependencies:
- '@discordjs/opus'
- '@lng2004/node-datachannel'
- esbuild
- node-av
- sharp
- zeromq
patchedDependencies:
node-crc@4.0.0: patches/node-crc@4.0.0.patch