mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-26 21:26:39 +08:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
cd web
|
|
npm run build
|
|
cd ..
|
|
go build -ldflags "-s -w" -o one-api
|
|
./one-api --port 3000 --log-dir ./logs |