module-builder icon indicating copy to clipboard operation
module-builder copied to clipboard

having a .git folder creates issues

Open acidjazz opened this issue 1 year ago • 1 comments

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?

acidjazz avatar Apr 30 '23 23:04 acidjazz

if i rename the folder to anything else the module and playground work perfect, very strange

acidjazz avatar Apr 30 '23 23:04 acidjazz