use turbopack

This commit is contained in:
proudparrot2
2025-04-19 13:17:07 -05:00
parent 4210b76ff6
commit 8004aaac03
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.1.0",
"scripts": {
"dev": "node server.mjs",
"build": "next build",
"build": "next build --turbopack",
"start": "NODE_ENV=production node server.mjs"
},
"dependencies": {