mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 07:11:40 +02:00
🎉 Add initial exporter (nodejs) application.
This commit is contained in:
parent
d521416329
commit
c2db6d4f35
10 changed files with 1048 additions and 0 deletions
|
@ -76,6 +76,10 @@ http {
|
|||
proxy_pass http://127.0.0.1:6060/api;
|
||||
}
|
||||
|
||||
location /export {
|
||||
proxy_pass http://127.0.0.1:6061/;
|
||||
}
|
||||
|
||||
location /playground {
|
||||
alias /home/uxbox/uxbox/experiments/;
|
||||
add_header Cache-Control "no-cache, max-age=0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue