🔧 Improved storybook configuration

This commit is contained in:
alonso.torres
2025-01-23 10:52:12 +01:00
parent 83fe2f35b4
commit 33e8c8b3c9
6 changed files with 29 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
{:deps {:aliases [:dev]}
:http {:port 3448}
:nrepl {:port 3447 :host "0.0.0.0"}
:dev-http {8888 "classpath:public"}
:http {:port #shadow/env ["HTTP_PORT" :as :int :default 3448]}
:nrepl {:port #shadow/env ["NREPL_PORT" :as :int :default 3447] :host "0.0.0.0"}
:dev-http {#shadow/env ["DEV_PORT" :as :int :default 8888] "classpath:public"}
:cache-dir #shadow/env ["CACHE" :default ".shadow-cljs"]
:builds
{:main