feat(bruno): add collection

This commit is contained in:
Julien Neuhart
2026-03-18 22:36:58 +01:00
parent 0663e5f92b
commit e6306e7c2f
28 changed files with 856 additions and 0 deletions

6
.bruno/bruno.json Normal file
View File

@@ -0,0 +1,6 @@
{
"version": "1",
"name": "Gotenberg",
"type": "collection",
"ignore": ["node_modules", ".git"]
}