Revert "Fix Next static asset serving"

This reverts commit 964bd44a82.
This commit is contained in:
2026-08-05 22:03:49 +02:00
parent 964bd44a82
commit 7f71c23232
2 changed files with 2 additions and 59 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev -H 0.0.0.0",
"build": "NEXT_TELEMETRY_DISABLED=1 next build --webpack",
"start": "NEXT_TELEMETRY_DISABLED=1 NODE_ENV=production node server.mjs",
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
"start": "NEXT_TELEMETRY_DISABLED=1 next start -H 0.0.0.0",
"typecheck": "tsc --noEmit"
},
"dependencies": {