mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
5 lines
127 B
Bash
Executable file
5 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
cd client && ./node_modules/.bin/vite -c ./src/standalone/videos/vite.config.mjs build --mode=production
|