This commit is contained in:
2025-08-20 14:24:47 +02:00
parent b7004026c0
commit a737bee762
2 changed files with 2 additions and 2 deletions

View File

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