mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Improved storybook configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user