Resolve conflicts after pull (keep origin/main)

This commit is contained in:
alma 2026-01-11 10:12:53 +01:00
parent 0378cff2a7
commit 9f2619a876
2 changed files with 7 additions and 16 deletions

2
next-env.d.ts vendored
View File

@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View File

@ -1,20 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// Turbopack configuration (Next.js 16+)
turbopack: {
resolveAlias: {
buffer: 'buffer/',
stream: 'stream-browserify',
util: 'util/',
},
},
// Allow cross-origin requests from the reverse proxy domain
allowedDevOrigins: [
'hub.slm-lab.net',
'https://hub.slm-lab.net',
],
eslint: {
ignoreDuringBuilds: true,
},
@ -24,6 +9,12 @@ const nextConfig = {
images: {
unoptimized: true,
},
experimental: {
webpackBuildWorker: true,
parallelServerBuildTraces: true,
parallelServerCompiles: true,
},
turbopack: {},
async headers() {
return [
{