mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 14:45:18 +00:00
7 lines
657 B
Plaintext
7 lines
657 B
Plaintext
{:id "$PLATFORM$"
|
|
:source-paths ["src" "env/dev"]
|
|
:figwheel true
|
|
:compiler {:output-to "target/$PLATFORM$/not-used.js"
|
|
:main "env.$PLATFORM$.main"
|
|
:output-dir "target/$PLATFORM$"
|
|
:optimizations :none}} |