v0.3.1
Patch Changes
-
Make the plugins directory configurable via
structure.pluginsin the config file and--pluginsflag inalloy init. The plugins directory was hardcoded toplugins/while all other managed directories were configurable.# alloy.config.yaml structure: content: "src/content" layouts: "src/layouts" plugins: "src/plugins" -
Fix plugin file changes not being detected by the dev server watcher.
-
Fix nested plugin paths (e.g.
tools/plugins) breaking Node runtime project root derivation.