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