This commit is contained in:
Eric Gullickson
2025-10-16 19:20:30 -05:00
parent 225520ad30
commit 5638d3960b
68 changed files with 4164 additions and 18995 deletions

View File

@@ -43,7 +43,8 @@ make test
- `npm run build` - Build for production
- `npm start` - Run production build
- `npm test` - Run all tests
- `npm run test:feature -- --feature=vehicles` - Test specific feature
- `npm run test:feature --feature=vehicles` - Test specific feature
- `npm test -- features/vehicles` - Alternative: Test specific feature by path pattern
- `npm run schema:generate` - Generate combined schema
## Core Modules