Productionize EventSphere platform

This commit is contained in:
Austin A
2026-04-25 21:02:19 +01:00
commit 1f1d30a9f5
171 changed files with 18682 additions and 0 deletions

10
apps/web/next.config.mjs Normal file
View File

@@ -0,0 +1,10 @@
export default {
transpilePackages: [],
images: {
remotePatterns: [
{ protocol: "http", hostname: "localhost", port: "4000", pathname: "/uploads/**" },
{ protocol: "https", hostname: "api.event.brainshare.ng", pathname: "/uploads/**" },
{ protocol: "https", hostname: "api.event.brainshar.ng", pathname: "/uploads/**" }
]
}
};