diff options
Diffstat (limited to 'NOTES.md')
-rw-r--r-- | NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ The user is experiencing a build failure with the `litedb` library. The error me * The `lib` directory works correctly without a main module file or an explicit `(modules ...)` stanza. * The error is specific to the `litedb` library. + +* Tailwind is abominable. They deprecated the tailwind.config.js file for a shitty CLI with barely any options. You can't tell it which folders to follow so just call it from root. + `bunx @tailwindcss/cli -i js/styles.css -o js/output.css` + ### Next Steps: I need to re-evaluate my understanding of how `dune` resolves modules. I will now try to run the application again, but this time I will pay close attention to the build output to see if there are any other clues that I've missed. |