import { vitestConfig } from '@tooling/vitest-config'

export default vitestConfig.realPg({
  test: {
    maxWorkers: 1,
  },
})
