Optimize listing videos with collaboration

This commit is contained in:
Chocobozzz
2026-03-23 16:02:42 +01:00
parent af8f5abce0
commit 1f63b98c28
4 changed files with 261 additions and 138 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ npm run resolve-tspaths:server
cp -r "./server/core/static" "./server/core/assets" ./dist/core
cp -r "./server/locales" ./dist
./node_modules/.bin/tsc-watch --build --preserveWatchOutput --verbose --onSuccess 'sh -c "npm run resolve-tspaths:server && NODE_ENV=dev node --inspect dist/server"' server/tsconfig.json
./node_modules/.bin/tsc-watch --build --preserveWatchOutput --verbose --onSuccess 'sh -c "npm run resolve-tspaths:server && NODE_ENV=dev node --inspect --enable-source-maps dist/server"' server/tsconfig.json