sp-dev-fx-webparts/samples/react-azure-openai-api-stream/config/config.json

19 lines
618 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"chat-streaming-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/chatStreaming/ChatStreamingWebPart.js",
"manifest": "./src/webparts/chatStreaming/ChatStreamingWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ChatStreamingWebPartStrings": "lib/webparts/chatStreaming/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}