fix: remove experimental TurboPack configuration from next.config.ts
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
allowedDevOrigins: ["10.20.0.188"],
|
allowedDevOrigins: ["10.20.0.188"]
|
||||||
experimental: {
|
|
||||||
turbo: {
|
|
||||||
// Turbopack specific configuration if needed
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user