Create `packages/db/src/seed.ts` that populates a dev database with: - org - project - user - org member This is required for initial set-up. `npx assertive sync` checks whether the DB is already seeded.
Create
packages/db/src/seed.tsthat populates a dev database with:This is required for initial set-up.
npx assertive syncchecks whether the DB is already seeded.