File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @noormdev/sdk " : patch
3+ ---
4+
5+ ### Fixed
6+
7+ * ` fix(settings): ` NOORM_ * environment variables now override any settings.yml field (e.g. ` NOORM_PATHS_SQL ` overrides ` paths.sql ` )
Original file line number Diff line number Diff line change 1+ ---
2+ " @noormdev/cli " : patch
3+ ---
4+
5+ ### Fixed
6+
7+ * ` fix(settings): ` NOORM_ * environment variables now override any settings.yml field (e.g. ` NOORM_PATHS_SQL ` overrides ` paths.sql ` )
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ const CLI_VERSION = cliPkg.version;
99const EXTERNAL_PACKAGES = [
1010 // Native C++ bindings - cannot be bundled
1111 'better-sqlite3' ,
12+ // Bun-specific runtime module
13+ 'bun:sqlite' ,
1214 // Optional native pg driver (pure JS pg is bundled)
1315 'pg-native' ,
1416 // Optional devtools (not needed at runtime)
You can’t perform that action at this time.
0 commit comments