| 1 | import { ZenStackClient } from '@zenstackhq/orm'; |
| 2 | import { PostgresDialect } from '@zenstackhq/orm/dialects/postgres'; |
| 3 | import { PolicyPlugin } from '@zenstackhq/plugin-policy'; |
| 4 | import { TEST_PG_URL } from '@zenstackhq/testtools'; |
nothing calls this directly
no test coverage detected