0.1.0 (2026-02-20)
⚠️ BREAKING CHANGES
removed output override (1175cef)
This causes issues if using multiple of my nuxt-[platform] modules as module A
will try to set the regular output when it's not being built, but actually it's
overriding the output directory module B set when it was being built.
To keep following the suggested directory structure now requires one set the
output in the nuxt config manually.
Also fixed the example tree of directories, it was wrong.