初始化管理后台仓库
This commit is contained in:
13
next.config.ts
Normal file
13
next.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
cacheComponents: true,
|
||||
reactCompiler: true,
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
},
|
||||
allowedDevOrigins: ["192.168.3.42", "192.168.3.14"],
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
Reference in New Issue
Block a user