Skip to content

Commit abede89

Browse files
committed
Move custom fuctions execution to Shared Runtime
1 parent ed2b7e2 commit abede89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<SourceLocation resid="Functions.Script.Url" />
4040
</Script>
4141
<Page>
42-
<SourceLocation resid="Functions.Page.Url"/>
42+
<SourceLocation resid="Taskpane.Url"/>
4343
</Page>
4444
<Metadata>
4545
<SourceLocation resid="Functions.Metadata.Url" />
@@ -94,7 +94,6 @@
9494
<bt:Urls>
9595
<bt:Url id="Functions.Script.Url" DefaultValue="https://localhost:3000/public/functions.js" />
9696
<bt:Url id="Functions.Metadata.Url" DefaultValue="https://localhost:3000/public/functions.json" />
97-
<bt:Url id="Functions.Page.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
9897
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
9998
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
10099
</bt:Urls>

0 commit comments

Comments
 (0)