Update to v0.12.1

This commit is contained in:
jeffvli 2024-11-20 10:49:49 -08:00
parent 8eb8290fc4
commit be0ebac362
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.0",
"version": "0.12.1",
"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",