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: options:
# The below comment is used to insert a new version with on-release.yml # The below comment is used to insert a new version with on-release.yml
#NEXT_VERSION# #NEXT_VERSION#
- 1.45.1
- 1.45.0 - 1.45.0
- 1.44.0 - 1.44.0
- 1.43.1 - 1.43.1

View File

@@ -20,7 +20,8 @@ const withNextIntl = createNextIntlPlugin({
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: "standalone", output: "standalone",
reactStrictMode: true, 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 */ /** We already do typechecking as separate tasks in CI */
typescript: { ignoreBuildErrors: true }, typescript: { ignoreBuildErrors: true },
/** /**

View File

@@ -5,6 +5,7 @@ events {
http { http {
server { server {
listen 7575; listen 7575;
listen [::]:7575;
# Route websockets traffic to port 3001 # Route websockets traffic to port 3001
location /websockets { location /websockets {

File diff suppressed because one or more lines are too long