diff --git a/prompts/power-apps-code-app-scaffold.prompt.md b/prompts/power-apps-code-app-scaffold.prompt.md index 2c11797..834afc9 100644 --- a/prompts/power-apps-code-app-scaffold.prompt.md +++ b/prompts/power-apps-code-app-scaffold.prompt.md @@ -1,4 +1,5 @@ --- +mode: 'agent' description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration' --- @@ -142,4 +143,4 @@ const photoData = await Office365UsersService.UserPhoto_V2(profile.data.id); 5. TypeScript configuration optimized for Power Apps Code Apps 6. Best practices implementation examples -Ensure the generated project follows Microsoft's official Power Apps Code Apps documentation and samples from https://github.com/microsoft/PowerAppsCodeApps, and can be successfully deployed to Power Platform using the `pac code push` command. \ No newline at end of file +Ensure the generated project follows Microsoft's official Power Apps Code Apps documentation and samples from https://github.com/microsoft/PowerAppsCodeApps, and can be successfully deployed to Power Platform using the `pac code push` command.