kogratte
ERROR [worker reload] [worker init] Package import specifier "#internal/nitro/virtual/app-config"
We had this issue with some libs as well. For us, the culprit was nuxt content which was doing wrong imports. You may have available updates, or modules to remove.
5 replies
What are the main differences between a plugin and a module and when should they be used?
But an interesting one 🙂 lacking of knowledges, we simply pack our layer as a reusable package (internally available only). Retrospectively, was this the way to go or should we have instead choose this other path?
11 replies
delete pinia store data.
Two questions. Why are you stucked with js? Why don't use typescript as well as the new store syntax which is well documented by pinia's team? I bet you'll get better visibility and readability.
Re. Your question, it should works as long as you're not disposing this store from the logout. I'm using something similar on a projet and it works well. May it be due to the async modifier?
34 replies