cd nagiosna

# Run lint-staged for formatting and linting
npx lint-staged

# Run TypeScript type checking
npm run type-check

