Skip to content

Commit

Permalink
Fix runtime preview feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu92 committed Dec 16, 2024
1 parent ac61d88 commit 291f5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/runtime-site-preview/PreviewSite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class PreviewSite {
return false;
}

return true;
return enableSiteRuntimePreview;
}

static async getWebSiteURL(workspaceFolders: WorkspaceFolder[], stamp: ServiceEndpointCategory, envId: string, telemetry: ITelemetry): Promise<string> {
Expand Down

0 comments on commit 291f5b9

Please sign in to comment.