feat: restrict customer DB user permissions on provision
Some checks failed
Build & Release / build (push) Failing after 1m3s

This commit is contained in:
Ryan Moon
2026-04-03 06:25:51 -05:00
parent 32399a417a
commit 6e68cb83c0
5 changed files with 45 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
"dependencies": {
"@fastify/static": "^9.0.0",
"fastify": "^5.8.4",
"postgres": "^3.4.8",
"zod": "^4.3.6"
}
}