improve: add command for production start

This commit is contained in:
Alikia2x 2024-05-16 23:10:45 +08:00
parent 84a2e3fd96
commit 1cd5892ffe
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "aquavox", "name": "aquavox",
"version": "1.8.2", "version": "1.8.3",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
@ -10,7 +10,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "vitest", "test": "vitest",
"lint": "prettier --check . && eslint .", "lint": "prettier --check . && eslint .",
"format": "prettier --write ." "format": "prettier --write .",
"go": "PORT=4173 node build"
}, },
"devDependencies": { "devDependencies": {
"@iconify/svelte": "^4.0.1", "@iconify/svelte": "^4.0.1",

View File

@ -77,7 +77,7 @@
</ul> </ul>
</div> </div>
<p> <p>
AquaVox 1.8.2 · 早期公开预览 · 源代码参见 AquaVox 1.8.3 · 早期公开预览 · 源代码参见
<a href="https://github.com/alikia2x/aquavox">GitHub</a> <a href="https://github.com/alikia2x/aquavox">GitHub</a>
</p> </p>
<a href="/import">导入音乐</a> <br /> <a href="/import">导入音乐</a> <br />