diff --git a/bunjs/rules.yaml b/bunjs/rules.yaml index 918714b..b5ad0c9 100644 --- a/bunjs/rules.yaml +++ b/bunjs/rules.yaml @@ -7,9 +7,9 @@ filename: "index.ts" bundle: enabled: true ignore: - - "node_modules/**" - - "dist/**" - - "src/**" + - "**/*" + - "!/.agentuity/**" + - "!/agentuity.yaml" development: port: 3500 watch: diff --git a/nodejs/rules.yaml b/nodejs/rules.yaml index a011a73..1f25f95 100644 --- a/nodejs/rules.yaml +++ b/nodejs/rules.yaml @@ -7,9 +7,9 @@ filename: "index.ts" bundle: enabled: true ignore: - - "node_modules/**" - - "dist/**" - - "src/**" + - "**/*" + - "!/.agentuity/**" + - "!/agentuity.yaml" development: port: 3500 watch: