From ba0c315d64e69279b52cc73ef005ebe5b5bd179d Mon Sep 17 00:00:00 2001 From: Troy Simeon Taylor <44444967+troystaylor@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:08:23 -0400 Subject: [PATCH] Revise development instructions for Power Apps Code Apps Update Power Apps Code Apps development instructions with new standards and best practices for TypeScript, React, and Power Platform integration. --- instructions/power-apps-code-apps.instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/instructions/power-apps-code-apps.instructions.md b/instructions/power-apps-code-apps.instructions.md index 121dcba..2bec9fe 100644 --- a/instructions/power-apps-code-apps.instructions.md +++ b/instructions/power-apps-code-apps.instructions.md @@ -1,5 +1,6 @@ --- description: 'Power Apps Code Apps development standards and best practices for TypeScript, React, and Power Platform integration' +applyTo: '**/*.{ts,tsx,js,jsx}, **/vite.config.*, **/package.json, **/tsconfig.json, **/power.config.json' --- # Power Apps Code Apps Development Instructions @@ -596,4 +597,5 @@ Instructions for generating high-quality Power Apps Code Apps using TypeScript, 7. **Use generated services and models from PAC CLI** 8. **Plan for future feature updates and migrations** 9. **Implement comprehensive testing strategies** -10. **Follow proper DevOps and deployment practices** \ No newline at end of file + +10. **Follow proper DevOps and deployment practices**