You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing a module i have a very strange issue - the module works fine and the composables are fine - but when i git init . and it creates a .git folder i get tons of errors, composables cannot be found and it looks for a $setup.MyModule function, removing the .git and restarting pnpm run dev resolves all issues, anyone else get this?
The text was updated successfully, but these errors were encountered:
When writing a module i have a very strange issue - the module works fine and the composables are fine - but when i
git init .
and it creates a.git
folder i get tons of errors, composables cannot be found and it looks for a $setup.MyModule function, removing the.git
and restartingpnpm run dev
resolves all issues, anyone else get this?The text was updated successfully, but these errors were encountered: