abrasher / excite

1 stars 1 forks source link

Shared config for functions and commands and taskpane #2

Closed demyte closed 1 year ago

demyte commented 1 year ago

The crux of this change is in the manifest.xml and the main.ts

In the manifest, I have configured it so that it follows Officejs Shared Runtime Configuration

In main.ts, I have imported the commands and the functions files so the are in the main bundle and loaded into the same instance

This also includes:

TODO: