1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2025-12-13 18:00:16 +00:00
This commit is contained in:
2025-10-19 04:16:31 +11:00
parent 892fa7ce41
commit 800c5ff7f1
4 changed files with 16 additions and 16 deletions

7
build-frontend.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
export VITE_APP_VERSION=$1
cd server/frontend
npm install
npm run build