NullVoxPopuli
NullVoxPopuli
I have a feeling we're not de-duping dependency crawling based on package.json{name,version}
``` TypeError: (0 , node_assert_1.default) is not a function 67 | `; ``` what is going on in this project 😅
locally: green! 
oh wat, it's green. :thinking:
the 3 form-data pages error because their contents are not yet written :( I'd very much like help with writing these if you're up for it. They show up in...
What directory are you running start from? I wonder if behavior is different between root and each app directory?
what pnpm and node version do you have? I have (and tooling to swap based on my project): - pnpm: 10.12.1 - node: 22.14.0 here is what I do: ```bash...
try doing `git clean -Xfd; git clean -fd` next time that happens but there is no dist directory anywhere, so it must be an exotic structure that I'm unfamiliar with...
Are you using postcss/tailwind? If so, imports are only supported at the top of the file (non embroider issue). See: https://tailwindcss.com/docs/using-with-preprocessors#using-post-css-as-your-preprocessor
I've just never seen layer and stuff without additional config / tools 🤷