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:
@@ -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,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";
|
||||
|
||||
Reference in New Issue
Block a user