Skip to content

Commit bc7c8cf

Browse files
committed
update Aspire to use assembler serve
1 parent 54f1087 commit bc7c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspire/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async Task BuildAspireHost(bool startElasticsearch, bool assumeCloned, bool skip
114114
.WithEnvironment("LLM_GATEWAY_FUNCTION_URL", llmUrl)
115115
.WithEnvironment("LLM_GATEWAY_SERVICE_ACCOUNT_KEY_PATH", llmServiceAccountPath)
116116
.WithHttpEndpoint(port: 4000, isProxied: false)
117-
.WithArgs(["serve-static", .. globalArguments])
117+
.WithArgs(["assembler serve", .. globalArguments])
118118
.WithHttpHealthCheck("/", 200)
119119
.WaitForCompletion(buildAll)
120120
.WithParentRelationship(cloneAll);

0 commit comments

Comments
 (0)