feat: enhance server stats widgets and fix TypeScript/ESLint errors #394

Merged
ZacharyZcR merged 50 commits from feature-server-stats-customization into dev-1.8.0 2025-10-10 03:48:34 +00:00
Showing only changes of commit fa3fda4c74 - Show all commits
+2 -6
View File
@@ -16,15 +16,11 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "20"
cache: "npm"
- name: Install dependencies - name: Install dependencies
run: npm ci
- name: Fix optional dependencies
run: | run: |
npm install rollup --force rm -rf node_modules package-lock.json
npm install lightningcss --force npm install
- name: Run ESLint - name: Run ESLint
run: npx eslint . run: npx eslint .