moved alot of stuff from client side

This commit is contained in:
2024-11-18 19:54:23 +00:00
parent 2c5323c9cf
commit e690bc6725
12 changed files with 686 additions and 298 deletions
+1
View File
@@ -58,6 +58,7 @@ const buildId = Date.now().toString();
module.exports = {
//output: "standalone",
reactStrictMode: false,
env: {
BUILD_ID_ENV: buildId,
},