mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
fixes
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -134,3 +134,4 @@ dist
|
||||
/extension/
|
||||
/graphics/
|
||||
/shared/dist/
|
||||
/db/
|
||||
Binary file not shown.
Generated
+12424
File diff suppressed because it is too large
Load Diff
+1
-14
@@ -25,21 +25,8 @@
|
||||
"start": "cd ../.. && node index.js",
|
||||
"watch": "conc -n B,E -c red,blue -k vite \"tsc -b -w --preserveWatchOutput tsconfig.extension.json\""
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite-plugin-nodecg>vite": "$vite"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
"@vaadin/vaadin-usage-statistics",
|
||||
"better-sqlite3",
|
||||
"esbuild",
|
||||
"msgpackr-extract",
|
||||
"vue-demi"
|
||||
]
|
||||
},
|
||||
"nodecg": {
|
||||
"compatibleRange": "^2.3.0",
|
||||
"compatibleRange": "^2.6.0",
|
||||
"dashboardPanels": [
|
||||
{
|
||||
"name": "scoreko-dev",
|
||||
|
||||
Generated
-8170
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user