update to v0.12.4

This commit is contained in:
jeffvli 2025-05-06 03:40:42 -07:00
parent 01884ab656
commit 12c517f0ff
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
"name": "feishin",
"productName": "Feishin",
"description": "Feishin music server",
"version": "0.12.3",
"version": "0.12.4",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\" \"npm run build:remote\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",