feat: configure allowed development origins and experimental TurboPack settings
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
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