Add MUI theming and an axios interceptor

This commit is contained in:
lumijiez
2025-06-23 20:39:46 +03:00
parent d2afe2df98
commit d4f01c3f73
13 changed files with 949 additions and 154 deletions

View File

@@ -1,14 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config, { dev }) => {
if (dev) {
config.watchOptions = {
poll: 1000,
aggregateTimeout: 300,
}
}
return config
},
}
const nextConfig = {}
export default nextConfig;