4 lines
94 B
Bash
4 lines
94 B
Bash
vite build
|
|
rm -r ../api/web/dist
|
|
mv ./dist ../api/web/
|
|
GOOS=linux go build -C ../api -o server |