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
@@ -12,7 +12,7 @@ const [app, listen] = new ChemicalServer({
});
const port = process.env.PORT || 3000;
const dev = process.env.NODE_ENV !== "production";
const nextApp = next({ dev });
const nextApp = next({ dev, turbopack: true });
const handle = nextApp.getRequestHandler();
nextApp.prepare().then(() => {