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 d35bd139ae - Show all commits
+4 -2
View File
@@ -21,8 +21,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Fix rollup optional dependencies - name: Fix optional dependencies
run: npm install rollup --force run: |
npm install rollup --force
npm install lightningcss --force
- name: Run ESLint - name: Run ESLint
run: npx eslint . run: npx eslint .