Kudos to the project and to you, Michael.
I guess you are the first person who recognized that Astro is not for static sites only. 🚀
One minor CLI thing here. When running bearnie add styles, the docs show src/styles/bearnie.css but the add command uses componentsDir for everything non-utility, so it ends up at src/components/bearnie/styles/bearnie.css instead.
Kudos to the project and to you, Michael.
I guess you are the first person who recognized that Astro is not for static sites only. 🚀
One minor CLI thing here. When running
bearnie add styles, the docs showsrc/styles/bearnie.cssbut the add command usescomponentsDirfor everything non-utility, so it ends up atsrc/components/bearnie/styles/bearnie.cssinstead.