v2.0.0 🚀
Highlights: - Node 24 LTS Runtime (npm 11) - Static ffmpeg Binary (Image -45%, 892MB -> 493MB) - In-Memory PCM Cache (instant Sound-Playback nach erstem Abspielen) - InlineVolume Bypass bei Volume 1.0 - sodium-native v5, Express v5, @discordjs/voice 0.19 (DAVE E2EE) - Alle Dependencies auf aktuellem Stand
This commit is contained in:
parent
5ef5598758
commit
761032a280
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ COPY web/package*.json ./
|
|||
RUN npm install --no-audit --no-fund
|
||||
COPY web/ .
|
||||
ARG VITE_BUILD_CHANNEL=stable
|
||||
ARG VITE_APP_VERSION=1.1.0
|
||||
ARG VITE_APP_VERSION=2.0.0
|
||||
ENV VITE_BUILD_CHANNEL=$VITE_BUILD_CHANNEL
|
||||
ENV VITE_APP_VERSION=$VITE_APP_VERSION
|
||||
RUN npm run build
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord-soundboard-server",
|
||||
"version": "1.1.1",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "discord-soundboard-web",
|
||||
"private": true,
|
||||
"version": "1.1.1",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue