Template
1
0

feat: add cerbos access control

This commit is contained in:
2025-09-19 03:28:00 +02:00
parent d322138502
commit 74a9426bcc
41 changed files with 999 additions and 821 deletions

View File

@@ -21,7 +21,7 @@
"description": "Start react application instance."
},
"check": {
"command": "deno check ./mod.ts",
"command": "deno check ./api/server.ts",
"description": "Runs a check on all the projects main entry files."
},
"lint": {