chore(release): automatic release v1.45.2

This commit is contained in:
homarr-releases[bot]
2025-12-05 19:16:11 +00:00
committed by GitHub
4 changed files with 6 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ body:
options:
# The below comment is used to insert a new version with on-release.yml
#NEXT_VERSION#
- 1.45.1
- 1.45.0
- 1.44.0
- 1.43.1

View File

@@ -20,7 +20,8 @@ const withNextIntl = createNextIntlPlugin({
const nextConfig: NextConfig = {
output: "standalone",
reactStrictMode: true,
reactCompiler: true,
// react compiler breaks mantine-react-table, so disabled for now
//reactCompiler: true,
/** We already do typechecking as separate tasks in CI */
typescript: { ignoreBuildErrors: true },
/**

View File

@@ -5,6 +5,7 @@ events {
http {
server {
listen 7575;
listen [::]:7575;
# Route websockets traffic to port 3001
location /websockets {
@@ -25,4 +26,4 @@ http {
client_max_body_size 32M;
}
}
}
}

File diff suppressed because one or more lines are too long