mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 19:27:21 +02:00
✨ Improve cache handling.
And make the devenv http server behave similar to a production environment (related to cache handling).
This commit is contained in:
parent
935b835853
commit
8c18e9bfbf
12 changed files with 160 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
(this-as global
|
||||
(let [config (obj/get global "uxboxConfig")
|
||||
puri (obj/get config "publicURI" "http://localhost:3449")
|
||||
buri (obj/get config "backendURI" "http://localhost:6060")
|
||||
buri (obj/get config "backendURI" "http://localhost:3449")
|
||||
gcid (obj/get config "googleClientID" true)
|
||||
warn (obj/get config "demoWarning" true)]
|
||||
(def default-language "en")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue