chore(gallery): build export with stable webpack builder (not turbopack)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
zeekay
2026-07-02 21:45:51 -07:00
co-authored by Claude Opus 4.8
parent eb1fdf3508
commit 6431b4194f
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"export-templates": "node scripts/export-templates-json.js",