clojurephant icon indicating copy to clipboard operation
clojurephant copied to clipboard

Add Figwheel configuration

Open ajoberstar opened this issue 3 years ago • 0 comments

Add a Figwheel plugin that adds an extension to ClojureScriptBuild with figwheel options. This won't provide any functionality within the plugin itself, but will be exposed over the tooling api to clojurephant-tooling.

clojurescript {
  builds {
    dev {
      figwheel {  
        openUrl = "http://localhost:8080"
      }
    }
  }
}

ajoberstar avatar Aug 07 '22 22:08 ajoberstar