1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2025-12-02 22:25:35 +00:00
Files
sub2clash/build-frontend.sh
2025-10-19 04:16:31 +11:00

8 lines
86 B
Bash

#!/bin/bash
export VITE_APP_VERSION=$1
cd server/frontend
npm install
npm run build