fix(config): use .smartconfig.json consistently and pass asset copy paths explicitly

This commit is contained in:
2026-05-09 12:33:39 +00:00
parent 7a1dbbff21
commit f2e843b72e
10 changed files with 2416 additions and 1511 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-09 - 3.3.4 - fix(config)
use .smartconfig.json consistently and pass asset copy paths explicitly
- Updates CLI, init flow, and inline documentation to reference .smartconfig.json instead of smartconfig.json.
- Fixes config initialization to save project settings to .smartconfig.json.
- Passes explicit from/to paths when processing asset directory copies.
- Refreshes package metadata and dependency versions.
## 2026-04-30 - 3.3.3 - fix(build)
remove the deprecated --allowimplicitany flag from the build script