the cleanup

This commit is contained in:
2026-01-23 21:40:16 -05:00
parent 2ea1f19863
commit c4f69c0811
44 changed files with 183 additions and 42 deletions
+3 -3
View File
@@ -10,14 +10,14 @@ const nextConfig = {
ignoreDuringBuilds: true,
},
async rewrites() {
/* async rewrites() {
return [
{
source: "/api/:path*",
destination: "http://localhost:8080/api/:path*",
destination: "http://battlbuilder-api:8080/api/:path*",
},
];
},
},*/
};
export default nextConfig;