Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Fix headless build
Browse files Browse the repository at this point in the history
  • Loading branch information
lminaudier committed Dec 1, 2022
1 parent e842e2e commit a564cc9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmd/temporalite/ui_disabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

package main

import "github.com/temporalio/temporalite"
import (
uiconfig "github.com/temporalio/ui-server/v2/server/config"

func newUIOption(frontendAddr string, uiIP string, uiPort int, configDir string) (temporalite.ServerOption, error) {
"github.com/temporalio/temporalite"
)

func newUIOption(c *uiconfig.Config, configDir string) (temporalite.ServerOption, error) {
return nil, nil
}

0 comments on commit a564cc9

Please sign in to comment.