zed-industries / create-gpui-app

CRA-style tool for creating new gpui apps
MIT License
130 stars 8 forks source link

Fix build process running out of memory #18

Closed mrnugget closed 1 month ago

mrnugget commented 1 month ago

I think what was going on is that the whole directory was included on every build, including the target directory. After a few builds the link/build time blew up.

So this only includes the templates subdirectory which makes build a lot faster and should help with the memory issues.