This commit is contained in:
2025-08-20 17:11:32 +02:00
parent 9631ef37cc
commit 1f9334e2d8
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && cp -r public/* out/",
"build": "next build && cp -r public/* out/ && cp public/videos/*.mp4 out/videos/",
"start": "next start",
"lint": "next lint"
},