We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
server
1 parent c617df8 commit 68bb397Copy full SHA for 68bb397
options.go
@@ -60,6 +60,7 @@ func (i *ProxyInstance) Close() error {
60
}
61
62
func (i *ProxyInstance) BuildDevCycleOptions() *devcycle.Options {
63
+ i.PlatformData.SdkType = "server"
64
options := devcycle.Options{
65
EnableEdgeDB: false,
66
EnableCloudBucketing: false,
0 commit comments