SerKo
Explore posts from serversCDCloudflare Developers
•Created by SerKo on 10/25/2024 in #pages-help
Ways to ignore error from git submodule
Yes, i am using this solution right now 🤣
9 replies
CDCloudflare Developers
•Created by SerKo on 10/25/2024 in #pages-help
Ways to ignore error from git submodule
My monorepo has a submodule which > 2GB size and this is not required for building my application on Pages, so I just want to ignore it when clone. Do you have any better solution on this?
9 replies
CDCloudflare Developers
•Created by SerKo on 10/25/2024 in #pages-help
Ways to ignore error from git submodule
Even I try to add
ignore = all
to .gitmodules
, it still try to clone and error.9 replies
CDCloudflare Developers
•Created by SerKo on 10/25/2024 in #pages-help
Ways to ignore error from git submodule
Haha, but Pages supports Git submodules by default, so they should be well-supported.
9 replies
Tree-Shaking does not work when using multiple stores in Nuxt
Update:
solved by https://github.com/vuejs/pinia/pull/2740
2 replies