Refactor code structure for improved readability and maintainability
This commit is contained in:
20
power.config.json
Normal file
20
power.config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://aka.ms/power-apps/code/power.config.schema.json",
|
||||
"version": "1.0",
|
||||
"app": {
|
||||
"name": "outlook-lite",
|
||||
"displayName": "Outlook Lite — Code Apps Demo",
|
||||
"description": "Email client built with React + Fluent UI, powered by Power Platform connectors"
|
||||
},
|
||||
"dataSources": [],
|
||||
"connectionReferences": {
|
||||
"e9a483eb-1c10-473e-8d5c-a71f3f1f79a1": {
|
||||
"id": "/providers/Microsoft.PowerApps/apis/shared_outlook",
|
||||
"displayName": "Outlook.com",
|
||||
"dataSources": [
|
||||
"outlook"
|
||||
],
|
||||
"dataSets": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user