// Export seed data maps here. // Use PascalCase names matching entity types — `erp-kit app generate seed` // discovers exports automatically and writes .jsonl files. // // Example: // // import { uuidv5 } from "../../../shared/uuidv5"; // const NS = "erp-kit:"; // // export const entityIds = { // foo: uuidv5(NS, "entity:foo"), // } as const; // // const entities: Record = { // [entityIds.foo]: { name: "Foo", ... }, // }; // // // Re-export with PascalCase entity name // export { entities as Entity }; export {};