Skip to content

Working with Figwheel

Chris Thompson edited this page Sep 7, 2015 · 1 revision

To avoid an incompatibility with doo and figwheel, you'll want to use a string instead of a symbol for the main namespace. Like so:

 :main "your-project.runner"
Clone this wiki locally