Init commit

This commit is contained in:
ShreejitPanchal
2026-05-19 19:56:02 +08:00
commit 6601501eff
4047 changed files with 2185372 additions and 0 deletions

11
scripts/dev/embed.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -eu
npm run build:server -- --incremental
(cd client/src/standalone/player && npm run build)
npm run concurrently -- -k \
"cd client/src/standalone/player && npm run dev" \
"cd client && ./node_modules/.bin/vite -c ./src/standalone/videos/vite.config.mjs dev" \
"NODE_ENV=dev npm start"