diff --git a/.capy/settings.json b/.capy/settings.json new file mode 100644 index 000000000..f13bc833f --- /dev/null +++ b/.capy/settings.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://capy.ai/settings.schema.json", + "hooks": { + "previews": [ + { + "name": "localhost", + "port": 3000 + } + ], + "context": { + "maxOutputLength": 2000 + } + } +}