Merge pull request #1464 from CyberL1/fix/build-workflow

This commit is contained in:
Cyber
2026-01-10 16:25:49 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -23,5 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install --no-save sqlite3 --force
- run: npm run build --if-present
- run: npm run test --if-present
+1
View File
@@ -34,6 +34,7 @@ fs.writeFileSync(
api: { endpointPublic: "http://localhost:3001/api/v9/" },
cdn: { endpointPublic: "http://localhost:3001/", endpointPrivate: "http://localhost:3001/" },
gateway: { endpointPublic: "ws://localhost:3001/" },
general: { serverName: "http://localhost:3001/" },
}),
);