mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 22:45:14 +00:00
Merge pull request #1464 from CyberL1/fix/build-workflow
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/" },
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user