#!/usr/bin/env tsx
/**
 * Database builder for Singapore Law MCP server.
 *
 * Builds the SQLite database from seed JSON files in data/seed/.
 * Follows the Switzerland Law MCP reference pattern.
 *
 * Usage: npm run build:db
 */
export {};
//# sourceMappingURL=build-db.d.ts.map