do it in the backend

This commit is contained in:
Nebelung
2024-10-14 23:04:46 +00:00
parent 3c127ad2af
commit 6f9b40bb22
2 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -4,7 +4,11 @@ import next from "next";
const [app, listen] = new ChemicalServer({
default: "uv",
uv: true,
rammerhead: false,
rammerhead: true,
experimental: {
scramjet: true,
meteor: true,
},
});
const port = process.env.PORT || 3000;
const dev = process.env.NODE_ENV !== "production";