refactor: move experimental-warning-suppression from core to daemon

core package should remain platform-agnostic without direct process access.
The suppression module belongs in daemon where Node.js APIs are expected.

小橘 🍊(NEKO Team)
This commit is contained in:
2026-04-27 09:29:55 +00:00
parent e0a9c6a471
commit 03e103d400
9 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import "@uncaged/nerve-core/experimental-warning-suppression.js";
import "@uncaged/nerve-daemon/experimental-warning-suppression.js";
import { defineCommand, runMain } from "citty";
+1 -1
View File
@@ -1,4 +1,4 @@
import "@uncaged/nerve-core/experimental-warning-suppression.js";
import "@uncaged/nerve-daemon/experimental-warning-suppression.js";
import { runForegroundKernelSession } from "./run-foreground-kernel.js";
import { loadDaemonModule } from "./workspace-daemon.js";