Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit a8eee35

Browse files
committed
refactor: update look and feel of /connection and move some buttons as subcommands to it
1 parent e1574cb commit a8eee35

File tree

13 files changed

+1060
-945
lines changed

13 files changed

+1060
-945
lines changed

CHANGELOG.md

Lines changed: 397 additions & 431 deletions
Large diffs are not rendered by default.

locales

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "build/cluster.js",
66
"license": "GPL-3.0-or-later",
77
"scripts": {
8-
"start": "node --max-old-space-size=4096 .",
8+
"start": "node --max-old-space-size=4096 --import ./build/instrument.js .",
99
"start:prod": "pm2 start .ecosystem.config.js",
1010
"build": "tsc --build",
11-
"dev": "tsc-watch --outDir ./build --onSuccess \"node --trace-warnings .\"",
11+
"dev": "tsc-watch --outDir ./build --onSuccess \"node --trace-warnings --import ./build/instrument.js .\"",
1212
"register:commands": "node build/utils/RegisterCmdCli.js",
1313
"release": "standard-version",
1414
"lint": "eslint --cache --fix .",

0 commit comments

Comments
 (0)