Files
pos-system/apps/web-admin
Ho Ngoc Hai 63f5b10fe2 chore: upgrade to Node.js 25.2.1
- Update .nvmrc to Node 25
- Update all Dockerfiles to use node:25-alpine
- Update package.json engines to >=25.0.0
- Update CI/CD workflows for Node 25
- Update @types/node in packages
- Fix ESLint config to use ES module syntax
- Update OpenTelemetry imports for compatibility

All services tested and working with Node.js 25.2.1
2026-01-07 17:15:25 +07:00
..
2025-12-27 01:31:10 +07:00
2026-01-07 17:15:25 +07:00
2025-12-27 01:31:10 +07:00
2026-01-07 17:15:25 +07:00
2025-12-27 01:31:10 +07:00
2025-12-27 01:31:10 +07:00

Web Admin Application

Next.js web application for GoodGo Platform Admin Panel.

Features

  • Next.js 14 with App Router
  • TypeScript
  • Tailwind CSS
  • Zustand for state management
  • API integration with auth service

Development

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build for production
pnpm build

# Start production server
pnpm start

Environment Variables