fix(config): migrate runtime configuration loading from npmextra to smartconfig

This commit is contained in:
2026-03-24 15:08:13 +00:00
parent 7f4528bdab
commit 02b3a79d99
10 changed files with 50 additions and 22 deletions

View File

@@ -29,9 +29,9 @@ export interface ITsViewConfig {
}
/**
* Configuration from npmextra.json for @git.zone/tsview
* Configuration from smartconfig.json for @git.zone/tsview
*/
export interface INpmextraConfig {
export interface ISmartconfigConfig {
port?: number; // Fixed port to use (optional)
killIfBusy?: boolean; // Kill process on port if busy (default: false)
openBrowser?: boolean; // Open browser on start (default: true)