This commit is contained in:
2025-08-22 17:12:36 +02:00
parent 9af7391564
commit 1c7ca235a6
6 changed files with 12 additions and 19 deletions

View File

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