diff --git a/budget.json b/budget.json new file mode 100644 index 0000000..6e46527 --- /dev/null +++ b/budget.json @@ -0,0 +1,15 @@ +[ + { + "path": "/*", + "resourceSizes": [ + { + "resourceType": "document", + "budget": 18 + }, + { + "resourceType": "total", + "budget": 200 + } + ] + } + ] \ No newline at end of file