#hot-reload takes more than 10 seconds!
27 messages · Page 1 of 1 (latest)
00:06:52 watching for file changes...
o
00:07:58 [200] / 16392ms
00:07:58 [200] / 16394ms
o
^W00:10:11 [200] / 9739ms
00:10:21 [200] / 9794ms
00:10:47 [200] / 9944ms```
Can you share the repository / the code?
Not the biggest fan of downloading files due to security reasons, a repository would be better (just if you ever get asked in the future)
That's fine, it's just a thing we do here. Repositories are always better than zip files and some people may not be willing to help when they have to download a file!
I do mean online repositories by this, just upload it to GitHub or similar!
That way we can look at the files without having to download them
Okay different topic! Are you using bun as a runtime or just as a package manager?
bun run dev
dev is astro dev
i dont have node installed so yes
should i create a bug for create astro?
The cause of this is simple-icons-astro by the way. See https://github.com/dzeiocom/simple-icons-astro/issues/3
Using this library causes build times by factors of seconds. This is an upstream issue with Astro, but could be solved by supporting direct imports like such: import Github from 'simple-icons-a...
Not able to replicate this locally, even with bun as the package manager
im running powershell as administrator for some reason
Did you fix it by running it not as admin?
thank you
If you try again with bun does it still happen