0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
penpot/frontend
Andrey Antukh 526f6ef841 🐛 Fix release build issue
Caused by an unsolved corner case of the interaction of code-move
between modules and types defined with reify. Mainly moves some
definition of protocol to one module and the definition of the type
to other, and as the definition of the type is conditional to the
function execution, the whole build fails to initialize because the
second protocol extension implementation can't find the type initialized
on application startup.
2024-03-20 16:12:00 +01:00
..
.storybook
dev
resources ♻️ Remove unused CSS files 2024-03-19 11:34:13 +01:00
scripts 📎 Add script to find missing mf/use-fn 2024-02-16 15:51:08 +01:00
src 🐛 Fix release build issue 2024-03-20 16:12:00 +01:00
test/frontend_tests 🐛 Fix reset override behaviour 2024-03-12 09:12:25 +01:00
translations 🐛 Fix copies of snap to grid and show hide grid 2024-03-18 08:53:48 +01:00
vendor/tubax
.gitignore
.nvmrc
.prettierrc
deps.edn ♻️ Simplify audit events code 2024-03-14 15:59:47 +01:00
gulpfile.js 📎 Clean already generated styles on fresh gulp watch start 2024-02-28 11:27:31 +01:00
package.json ⬆️ Update frontend deps (dateFns, rxjs, etc) 2024-02-27 01:04:07 +01:00
shadow-cljs.edn 🐛 Fix onboarding dialog is not loaded from profile settings 2024-02-15 15:39:33 +01:00
vite.config.js
yarn.lock ⬆️ Update frontend deps (dateFns, rxjs, etc) 2024-02-27 01:04:07 +01:00