Resolve conflicts after pull (keep origin/main)
This commit is contained in:
parent
0378cff2a7
commit
9f2619a876
2
next-env.d.ts
vendored
2
next-env.d.ts
vendored
@ -1,6 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <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
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||||
|
|||||||
@ -1,20 +1,5 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const 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: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
@ -24,6 +9,12 @@ const nextConfig = {
|
|||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
experimental: {
|
||||||
|
webpackBuildWorker: true,
|
||||||
|
parallelServerBuildTraces: true,
|
||||||
|
parallelServerCompiles: true,
|
||||||
|
},
|
||||||
|
turbopack: {},
|
||||||
async headers() {
|
async headers() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user