Init commit
This commit is contained in:
7
scripts/build/embed.sh
Normal file
7
scripts/build/embed.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
(cd client/src/standalone/player && npm run build)
|
||||
|
||||
cd client && ./node_modules/.bin/vite -c ./src/standalone/videos/vite.config.mjs build --mode=production
|
||||
Reference in New Issue
Block a user